diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 360a6ed04..20450e6e6 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -77,11 +77,11 @@ } .homePageSection { - margin-top: 1em; + margin-top: 20px; } .homePageSection + .homePageSection { - margin-top: 1.75em; + margin-top: 30px; } .sectionHeaderButton { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 4357911fe..d530821aa 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -448,10 +448,6 @@ h1 a:hover { display: none; } -body:not(.enableBackButton) .headerBackButton { - display: none; -} - /** * Note: I have omitted any vendor-prefixes for clarity. * Adding them is left as an exercise for the reader. diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 357bbf93b..cb30dde3d 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -4,7 +4,7 @@