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:
parent
1f7bbddb34
commit
607b3482e1
15 changed files with 68 additions and 84 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -115,7 +115,7 @@ pre, textarea.pre {
|
|||
Header
|
||||
*/
|
||||
.header {
|
||||
padding: 10px 0 0 15px;
|
||||
padding: 7px 0 0 15px;
|
||||
}
|
||||
|
||||
.imgLogoIcon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue