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

better dashboard background and text adjustments

This commit is contained in:
Luke Pulverenti 2013-04-01 14:55:56 -04:00
parent 47910db267
commit 10aacca355
7 changed files with 112 additions and 91 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -16,7 +16,7 @@
.libraryPage, .itemListContent {
background: #262626!important;
/*background: #494949 url(images/bgflip.png) repeat-x!important;*/
background: #494949 url(images/bgflip.png) repeat-x!important;
background-attachment: fixed!important;
}
@ -26,7 +26,7 @@
.listHeader {
margin-top: 1.25em;
margin-bottom: 10px;
margin-bottom: 5px;
font-weight: normal;
}

View file

@ -467,11 +467,6 @@ form, .readOnlyContent {
@media all and (min-width: 750px) {
.posterViewItem {
font-size: 16px;
padding-bottom: 29px;
}
.posterViewItemWithDualText {
padding-bottom: 58px;
}
@ -492,6 +487,11 @@ form, .readOnlyContent {
@media all and (min-width: 1200px) {
.posterViewItem {
font-size: 16px;
padding-bottom: 29px;
}
.posterViewItem img {
max-width: 250px;
max-height: 200px;