Renamed recommenced to suggested
This commit is contained in:
parent
16711cfcdb
commit
66fb6a767e
6 changed files with 11 additions and 6 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
.libraryViewNav .ui-btn-inner {
|
||||
padding: .6em 20px;
|
||||
padding: .6em 5px;
|
||||
}
|
||||
|
||||
.ehsContent {
|
||||
|
@ -114,6 +114,11 @@
|
|||
.tabletColumn {
|
||||
display: table-cell!important;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-inner {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/*@media all and (min-width: 1000px) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>Movies</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="moviesrecommended.html" data-role="button">Recommended</a>
|
||||
<a href="moviesrecommended.html" data-role="button">Suggested</a>
|
||||
<a href="movies.html" data-role="button" class="ui-btn-active">Movies</a>
|
||||
<a href="boxsets.html" data-role="button">Box Sets</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>Movies</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
||||
<a href="movies.html" data-role="button">Movies</a>
|
||||
<a href="boxsets.html" data-role="button">Box Sets</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>Music</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
||||
<a href="#" data-role="button">Songs</a>
|
||||
<a href="#" data-role="button">Albums</a>
|
||||
<a href="#" data-role="button">Artists</a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>TV Shows</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
||||
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
||||
<a href="tvshows.html" data-role="button">Shows</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
<a href="#" data-role="button">Actors</a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<img src="css/images/home.png"></a>TV Shows</h1>
|
||||
<div data-role="content">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="tvrecommended.html" data-role="button">Recommended</a>
|
||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
||||
<a href="#" data-role="button">Genres</a>
|
||||
<a href="#" data-role="button">Actors</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue