diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 3dd301bbeb..b3a8292bf2 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -59,9 +59,6 @@ border-width: 0 !important; } - .headerButtonRight:last-child { - } - .desktopHomeLink { color: #ddd !important; text-decoration: none; @@ -232,6 +229,7 @@ background-image: url(images/items/folders/settings.png); background-position: 16px 8px; } + .reportsViewMenu { background-image: url(images/items/folders/report.png); } @@ -300,4 +298,4 @@ .headerSettingsButton { display: none; } -} +} \ No newline at end of file diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index 5e7cf01310..53ee6065fc 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -207,11 +207,35 @@ margin-right: 10px; } +.subtitleViewerContent { + overflow: auto; + width: 200px; + height: 200px; +} + +@media all and (min-width: 400px) { + + .subtitleViewerContent { + width: 300px; + } +} + +@media all and (min-width: 500px) { + + .subtitleViewerContent { + width: 400px; + } +} + @media all and (min-width: 600px) { .popupIdentify { width: 400px; } + + .subtitleViewerContent { + width: 500px; + } } @media all and (min-width: 700px) { @@ -223,6 +247,10 @@ .popupIdentify { width: 500px; } + + .subtitleViewerContent { + width: 600px; + } } @media all and (min-width: 800px) { @@ -344,6 +372,10 @@ .popupIdentify form, .identificationSearchResults { height: 350px; } + + .subtitleViewerContent { + height: 400px; + } } @media all and (min-height: 600px) { @@ -355,6 +387,10 @@ .collectionItemSearchResults { max-height: 70%; } + + .subtitleViewerContent { + height: 500px; + } } @media all and (min-height: 700px) { @@ -366,6 +402,10 @@ .collectionItemSearchResults { max-height: 75%; } + + .subtitleViewerContent { + height: 600px; + } } @media all and (min-height: 800px) { diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 98e4e388d1..1f74c7da8f 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -18,7 +18,6 @@
${TabMetadata} - ${TabCollectionTitles} ${TabImages}
diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index 3c3120f056..87eb27f2c0 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -18,7 +18,7 @@
${TabMetadata} - + ${TabImages}
diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index ae3f29f5c0..688be41ee4 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -17,7 +17,7 @@
${TabMetadata} - + ${TabImages}
@@ -269,6 +269,18 @@ + + + -