]> git.joonet.de Git - adminer.git/commitdiff
Make sure all sidebar elements are pushed down, not just the form.
authorJonathan Vollebregt <jnvsor@gmail.com>
Sat, 2 Sep 2017 18:14:51 +0000 (20:14 +0200)
committerJakub Vrána <jakub@vrana.cz>
Sat, 9 Sep 2017 09:39:47 +0000 (11:39 +0200)
This was breaking the #logins block at the log in screen.

designs/haeckel/adminer.css

index 614f96a4ac9047e345abd8f5214856d88a70f907..fa5ca784e37e8845628bec5c532fe64adf515ebd 100644 (file)
@@ -306,8 +306,12 @@ a, a:visited {
     box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important;\r
     margin: 0;\r
     padding-bottom: 0;\r
+    padding-top: 30px;\r
     top: 0;\r
 }\r
+#menu > h1:first-child {\r
+    margin-top: -30px;\r
+}\r
 /*** Forms ***/\r
 fieldset {\r
     border-radius: 1px !important\r
@@ -334,10 +338,6 @@ p {
     margin: 0.8em 0 0 0\r
 }\r
 \r
-#menu form {\r
-    padding-top: 30px;\r
-}\r
-\r
 .view {\r
     background-color: #FFFFAA !important;\r
 }\r