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; }