fixes #238 - MBServer Client Theme Background
This commit is contained in:
parent
443299c687
commit
d9cf304d0f
37 changed files with 824 additions and 722 deletions
|
@ -5,14 +5,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="gameGenresPage" data-role="page" class="page libraryPage listPage" data-theme="a" data-view="games">
|
||||
<div class="libraryViewNav">
|
||||
<a href="gamesrecommended.html">Suggested</a>
|
||||
<a href="games.html">Games</a>
|
||||
<a href="gamesystems.html">Game Systems</a>
|
||||
<a href="gamegenres.html" class="ui-btn-active">Genres</a>
|
||||
<a href="gamestudios.html">Studios</a>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="gamesrecommended.html" data-role="button">Suggested</a>
|
||||
<a href="games.html" data-role="button">Games</a>
|
||||
<a href="gamesystems.html" data-role="button">Game Systems</a>
|
||||
<a href="gamegenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
||||
<a href="gamestudios.html" data-role="button">Studios</a>
|
||||
</div>
|
||||
<div class="viewSettings">
|
||||
<div class="viewControls">
|
||||
<button data-mini="true" data-icon="sort" data-inline="true" onclick="$('#sortPanel', $.mobile.activePage).panel( 'toggle' );">Sort</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue