From 17e45e9a9c7e4a2a753ce7cb527cf2b592ae67bd Mon Sep 17 00:00:00 2001 From: Jonathan Vollebregt Date: Sat, 2 Sep 2017 20:14:51 +0200 Subject: [PATCH] Make sure all sidebar elements are pushed down, not just the form. This was breaking the #logins block at the log in screen. --- designs/haeckel/adminer.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/designs/haeckel/adminer.css b/designs/haeckel/adminer.css index 614f96a4..fa5ca784 100644 --- a/designs/haeckel/adminer.css +++ b/designs/haeckel/adminer.css @@ -306,8 +306,12 @@ a, a:visited { box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important; margin: 0; padding-bottom: 0; + padding-top: 30px; top: 0; } +#menu > h1:first-child { + margin-top: -30px; +} /*** Forms ***/ fieldset { border-radius: 1px !important @@ -334,10 +338,6 @@ p { margin: 0.8em 0 0 0 } -#menu form { - padding-top: 30px; -} - .view { background-color: #FFFFAA !important; }