diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 024d10bfde..75b5f2f671 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -102,14 +102,8 @@ padding-bottom: 0; } -.libraryPage .ui-content { - padding: 10px; -} - -@media all and (max-width: 400px) { - .libraryPage .ui-content { - padding: 10px 0; - } +.libraryPage > .ui-content { + padding: 10px 0; } .libraryPage, .libraryPage .itemListContent { @@ -625,10 +619,6 @@ a.itemTag:hover { } @media all and (min-width: 650px) { - .libraryPage .ui-content { - padding: 15px 20px 100px; - } - .viewControls, .listTopPaging { display: inline-block; } diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index c20fe1427b..9d27ea1969 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -101,7 +101,7 @@