From: Jonathan Vollebregt Date: Sat, 2 Sep 2017 18:14:51 +0000 (+0200) Subject: Make sure all sidebar elements are pushed down, not just the form. X-Git-Tag: v4.4.0~89 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=17e45e9a9c7e4a2a753ce7cb527cf2b592ae67bd;p=adminer.git Make sure all sidebar elements are pushed down, not just the form. This was breaking the #logins block at the log in screen. --- 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; }