diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index 5a7a810e15..fa880a1cd3 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -404,10 +404,6 @@ } } -.popupIdentify form, .identificationSearchResults { - overflow-y: auto; -} - .collectionItemSearchResults { max-height: 65%; overflow-y: auto; @@ -416,10 +412,6 @@ @media all and (min-height: 500px) { - .popupIdentify form, .identificationSearchResults { - height: 350px; - } - .subtitleViewerContent { height: 400px; } @@ -427,10 +419,6 @@ @media all and (min-height: 600px) { - .popupIdentify form, .identificationSearchResults { - height: 450px; - } - .collectionItemSearchResults { max-height: 70%; } @@ -442,10 +430,6 @@ @media all and (min-height: 700px) { - .popupIdentify form, .identificationSearchResults { - height: 550px; - } - .collectionItemSearchResults { max-height: 75%; } @@ -457,18 +441,7 @@ @media all and (min-height: 800px) { - .popupIdentify form, .identificationSearchResults { - height: 600px; - } - .collectionItemSearchResults { max-height: 80%; } } - -@media all and (min-height: 900px) { - - .popupIdentify form, .identificationSearchResults { - height: 700px; - } -} diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 7f962d2c56..3016353b50 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -837,7 +837,7 @@ h1 .imageLink { } .paperCheckboxFieldDescription { - padding-left: 30px; + padding-left: 34px; padding-top: 5px; }