1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use jqm listview for series recordings

This commit is contained in:
Luke Pulverenti 2013-12-27 21:46:32 -05:00
parent 1f7bbddb34
commit 607b3482e1
15 changed files with 68 additions and 84 deletions

View file

@ -99,7 +99,8 @@
}
.libraryPage > .ui-content {
padding: 10px 0 100px;
padding-top: 10px;
padding-bottom: 100px;
}
.libraryPage .currentUsername {
@ -533,12 +534,19 @@ a.itemTag:hover {
.libraryPanelCollapsibleHeader a {
font-size: 16px;
font-weight: 300!important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.selectedLibraryPanelLink a {
.selectedLibraryPanelLink {
background: #38c!important;
}
.libraryPanelLink {
font-size: 14px;
font-weight: 300!important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.desktopHomeLink img {
height: 24px;
vertical-align: middle;

View file

@ -52,13 +52,13 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 12px;
font-size: 13px;
color: #fff;
font-weight: normal !important;
}
.searchHintSecondaryText {
font-size: 12px;
font-size: 13px;
color: #bbb;
margin-top: 3px;
white-space: nowrap;

View file

@ -115,7 +115,7 @@ pre, textarea.pre {
Header
*/
.header {
padding: 10px 0 0 15px;
padding: 7px 0 0 15px;
}
.imgLogoIcon {