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

starting dashboard paging

This commit is contained in:
Luke Pulverenti 2013-04-08 17:05:00 -04:00
parent 310456481f
commit d20d2a8c03
3 changed files with 92 additions and 23 deletions

View file

@ -32,7 +32,6 @@
.listHeader {
margin-top: 1em;
margin-bottom: 5px;
font-weight: normal;
}
.firstListHeader {
@ -54,7 +53,7 @@
.viewSettings {
text-align: center;
margin: 1.5em 0;
margin: 1em 0;
}
.libraryItemsGrid th {
@ -62,7 +61,7 @@
}
.libraryGridImage {
width: 120px;
width: 110px;
}
.thName, .tdName {
@ -87,14 +86,19 @@
}
.libraryItemsGrid th {
padding-bottom: 1em;
padding-top: 0;
padding-bottom: 10px;
}
.libraryItemsGrid td {
.libraryItemsGrid td, .libraryItemsGrid th {
border-top: 1px solid #555;
border-bottom: 1px solid #555;
}
.listPaging {
text-align: center;
margin: .5em 0 .75em;
}
.tabletColumn, .desktopColumn {
display: none!important;
}
@ -111,6 +115,12 @@
}
}
/*@media all and (min-width: 1000px) {
.libraryPage > .ui-content, .libraryPage > .ui-panel-content-wrap {
margin-top: -20px!important;
}
}*/
@media all and (min-width: 1200px) {
.libraryPage .ui-content {

View file

@ -419,7 +419,7 @@ form, .readOnlyContent {
.posterViewItem img {
max-width: 155px;
max-height: 125px;
max-height: 110px;
vertical-align: bottom;
}