diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e65f25b4e4..278b81007e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -13,7 +13,7 @@ } } -@media all and (min-width: 665px) { +@media all and (min-width: 690px) { .pageViewCount5 { padding-top: 35px !important; } @@ -35,6 +35,7 @@ top: 0; border-bottom: 1px solid #111; } + .viewMenuLink { font-size: 90%; } @@ -105,7 +106,7 @@ padding: 10px; } -.libraryPage:not(.metadataEditorPage), .libraryPage:not(.metadataEditorPage) .itemListContent { +.libraryPage, .libraryPage .itemListContent { background: #494949 url(images/bgflip.png) repeat-x!important; background-attachment: fixed!important; } @@ -427,9 +428,9 @@ a.itemTag:hover { font-size: 22px; } - .itemName + .itemMiscInfo { - margin-left: 1em; - } +.itemName + .itemMiscInfo { + margin-left: 1em; +} .itemOverview { max-height: 80px; @@ -437,22 +438,22 @@ a.itemTag:hover { text-overflow: ellipsis; } -.libraryPage:not(.metadataEditorPage) ::-webkit-scrollbar { +.libraryPage ::-webkit-scrollbar { width: 10px; height: 10px; } -.libraryPage:not(.metadataEditorPage) ::-webkit-scrollbar-button:start:decrement, -.libraryPage:not(.metadataEditorPage) ::-webkit-scrollbar-button:end:increment { +.libraryPage ::-webkit-scrollbar-button:start:decrement, +.libraryPage ::-webkit-scrollbar-button:end:increment { display: none; } -.libraryPage:not(.metadataEditorPage) ::-webkit-scrollbar-track-piece { +.libraryPage ::-webkit-scrollbar-track-piece { background-color: #3b3b3b; -webkit-border-radius: 6px; } -.libraryPage:not(.metadataEditorPage) ::-webkit-scrollbar-thumb:vertical { +.libraryPage ::-webkit-scrollbar-thumb:vertical { -webkit-border-radius: 6px; background: #666 no-repeat center; } diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index 38165d6cdf..c8b6952f12 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -100,7 +100,7 @@ overflow-y: scroll; overflow-x: auto!important; display: block; - border-right: 1px solid #ccc; + border-right: 1px solid #555; } .editPageInnerContent { @@ -118,14 +118,13 @@ display: inline-block; margin: 5px; padding: 10px; - border: 1px solid #ccc; - background: #eee; - background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); - background-image: -webkit-linear-gradient(#fff,#f1f1f1); - background-image: -moz-linear-gradient(#fff,#f1f1f1); - background-image: -ms-linear-gradient(#fff,#f1f1f1); - background-image: -o-linear-gradient(#fff,#f1f1f1); - background-image: linear-gradient(#fff,#f1f1f1); + border: 1px solid #505050; + background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#2d2d2d)); + background-image: -webkit-linear-gradient(#444,#2d2d2d); + background-image: -moz-linear-gradient(#444,#2d2d2d); + background-image: -ms-linear-gradient(#444,#2d2d2d); + background-image: -o-linear-gradient(#444,#2d2d2d); + background-image: linear-gradient(#444,#2d2d2d); } .imageEditorTile { @@ -137,11 +136,7 @@ margin: .5em 0; } -.editorTile .tileContent{ - color: #000; -} - -.editorTile .ui-field-contain{ +.editorTile .ui-field-contain { margin: 0 0 .5em; } @@ -212,6 +207,17 @@ } } +@media all and (min-width: 1800px) { + + .editPageSidebar { + width: 22.5%; + } + + .editPageInnerContent { + width: 75%; + } +} + @media all and (min-height: 800px) { .availableImagesList { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8593d621b7..030997e31c 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -78,7 +78,7 @@ h1 a { text-decoration: none; } -.libraryPage:not(.metadataEditorPage) h1 a { +.libraryPage h1 a { color: #fff!important; } diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index 2f5122bc90..d1948b44dd 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -5,6 +5,14 @@ font-weight: normal!important; display: block; position: relative; + + /*border: 1px solid #505050; + background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#2d2d2d)); + background-image: -webkit-linear-gradient(#444,#2d2d2d); + background-image: -moz-linear-gradient(#444,#2d2d2d); + background-image: -ms-linear-gradient(#444,#2d2d2d); + background-image: -o-linear-gradient(#444,#2d2d2d); + background-image: linear-gradient(#444,#2d2d2d);*/ } .tileItem .starRating { diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index a3ef70e5c1..c20fe1427b 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -4,7 +4,7 @@ Media Browser -
+
diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 458662c1a4..e28b9aa58b 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -4,7 +4,7 @@ Media Browser -
+
@@ -103,7 +103,7 @@