diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index cee9051ffe..6fa7ebefe7 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -89,6 +89,11 @@ background: #fff; } +.visualCardBox-b { + border-radius: 3px; + background: #111; +} + .cardScalable { position: relative; } @@ -125,7 +130,7 @@ right: 0; } - /*.cardContent:hover { +/*.cardContent:hover { -moz-box-shadow: 0 0 0 5px #38c; -webkit-box-shadow: 0 0 0 5px #38c; box-shadow: 0 0 0 5px #38c; @@ -723,4 +728,4 @@ .touch .mobileItemsContainer .homePageSquareCard { max-width: 200px; -}*/ \ No newline at end of file +}*/ diff --git a/dashboard-ui/css/images/server.png b/dashboard-ui/css/images/server.png new file mode 100644 index 0000000000..85818b8ef1 Binary files /dev/null and b/dashboard-ui/css/images/server.png differ diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 1f18d14891..7aab4a7950 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -108,6 +108,13 @@ top: 3px; } +@media all and (min-width: 600px) { + + .ehsContent { + width: 95%; + } +} + @media all and (min-width: 1200px) { .ehsContent { diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index 1cbb3bc10f..56f5059d90 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -90,7 +90,7 @@ } .sliderContainer .ui-slider-track { - margin-left: 15px !important; + margin: 0 15px !important; } .volumeSliderContainer .ui-slider-track { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 04aa43678a..9a5363a0f2 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -42,7 +42,7 @@ /* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */ .ui-mini { - margin: .5em 0; + margin-left: 0; } * { diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index 01becfb6c8..12c0cab272 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -111,7 +111,7 @@ html += ''; if (addPathMappingInfo) { - html += '
'+Globalize.translate('LabelPathSubstitutionHelp')+'
'; + html += ''; diff --git a/dashboard-ui/scripts/selectserver.js b/dashboard-ui/scripts/selectserver.js index 3f6a66097c..286d25f884 100644 --- a/dashboard-ui/scripts/selectserver.js +++ b/dashboard-ui/scripts/selectserver.js @@ -37,6 +37,58 @@ }); } + function getServerHtml(server) { + + var html = ''; + + var cssClass = "card homePageSquareCard alternateHover bottomPaddedCard"; + + html += "