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

3.0.5597.1

This commit is contained in:
Luke Pulverenti 2015-04-29 13:39:23 -04:00
parent 77fb2070f5
commit 81cfd99137
4 changed files with 46 additions and 23 deletions

View file

@ -275,15 +275,19 @@
@media all and (min-width: 540px) {
.portraitCard {
width: 25%;
}
.smallBackdropCard {
width: 33.3%;
}
}
@media all and (min-width: 640px) {
.portraitCard {
width: 25%;
}
}
@media all and (min-width: 700px) {
.backdropCard {
width: 33.3%;

View file

@ -35,11 +35,11 @@
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(fonts/Montserrat.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(fonts/Montserrat.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
@ -156,6 +156,12 @@ h1 a:hover {
display: none;
}
.ui-slider-track.ui-mini .ui-slider-handle {
height: 18px;
width: 18px;
margin: -10px 0 0 -10px;
}
.largePanel {
width: 270px;
}