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

make external id's modular

This commit is contained in:
Luke Pulverenti 2014-02-21 13:48:15 -05:00
parent c38c8601c0
commit 9d932e463a
7 changed files with 39 additions and 111 deletions

View file

@ -14,6 +14,10 @@
display: none;
}
.libraryTree {
margin-left: .25em;
}
.offlineEditorNode {
color: #cc3333;
}
@ -94,23 +98,6 @@
height: 450px;
}
.editPageSidebar {
position: fixed;
top: 48px;
bottom: 0;
left: 0;
width: 27.5%;
overflow-y: scroll;
overflow-x: auto!important;
display: block;
border-right: 1px solid #555;
}
.editPageInnerContent {
float: right;
width: 70%;
}
.remoteBannerImage {
width: 450px;
height: 83px;
@ -159,6 +146,23 @@
.availableImagesList {
width: 700px;
}
.editPageSidebar {
position: fixed;
top: 48px;
bottom: 0;
left: 0;
width: 30%;
overflow-y: scroll;
overflow-x: auto!important;
display: block;
border-right: 1px solid #555;
}
.editPageInnerContent {
float: right;
width: 67.5%;
}
}
@media all and (min-width: 900px) {
@ -213,11 +217,11 @@
@media all and (min-width: 1800px) {
.editPageSidebar {
width: 22.5%;
width: 25%;
}
.editPageInnerContent {
width: 75%;
width: 72.5%;
}
}