1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luis Miguel Almánzar 2013-06-19 17:25:53 -04:00
parent 7f9a81e4d6
commit 6d9615c2a2

View file

@ -3,11 +3,20 @@
background: none!important; background: none!important;
} }
.ui-mobile [data-role=page], .ui-page {
padding-top: 35px !important;
}
.viewMenuBar { .viewMenuBar {
background: #444; background: #444;
background-image: linear-gradient(#444,#2d2d2d); background-image: linear-gradient(#444,#2d2d2d);
font-size: 13px; font-size: 13px;
font-weight: bold; font-weight: bold;
position: fixed;
right: 0;
left: 0;
z-index: 1030;
top: 0;
} }
.viewMenuLink { .viewMenuLink {