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

update series timers

This commit is contained in:
Luke Pulverenti 2015-09-17 21:51:22 -04:00
parent c64aedc131
commit ec45985eb0
8 changed files with 73 additions and 29 deletions

View file

@ -197,29 +197,31 @@
.editorTile {
display: inline-block;
margin: .5em;
text-align: center;
vertical-align: middle;
}
.editorTileInner {
margin: 1em .5em;
}
.imageEditorTile {
width: 256px;
background-color: #282828;
width: 100%;
padding: 0;
}
.editorTile h3 {
text-transform: uppercase;
text-align: center;
color: #ddd;
margin: .5em 0 .7em;
}
.editorTile p {
margin: .5em 0;
}
.editorTileInner {
.editorTileFooter {
padding: .5em;
background-color: #282828;
}
.editorTile .ui-field-contain {
@ -259,6 +261,10 @@
.subtitleViewerContent {
width: 400px;
}
.imageEditorTile {
width: 50%;
}
}
@media all and (min-width: 600px) {
@ -281,6 +287,10 @@
.subtitleViewerContent {
width: 600px;
}
.imageEditorTile {
width: 33.3%;
}
}
@media all and (min-width: 800px) {
@ -317,6 +327,10 @@
.popupIdentify {
width: 800px;
}
.imageEditorTile {
width: 25%;
}
}
@media all and (min-width: 1100px) {
@ -331,6 +345,17 @@
.popupIdentify {
width: 1000px;
}
.imageEditorTile {
width: 20%;
}
}
@media all and (min-width: 1400px) {
.imageEditorTile {
width: 16.666666666666666666666666666667%;
}
}
@media all and (min-width: 1800px) {
@ -342,6 +367,10 @@
.editPageInnerContent {
width: 72.5%;
}
.imageEditorTile {
width: 14.285714285714285714285714285714%;
}
}
.popupIdentify form, .identificationSearchResults {