diff --git a/designs/haeckel/adminer.css b/designs/haeckel/adminer.css index 08775e53..35350d01 100644 --- a/designs/haeckel/adminer.css +++ b/designs/haeckel/adminer.css @@ -62,6 +62,7 @@ html>/**/body h1 { padding: 6px 6px 5px 35px; position:fixed; width: 100%; + height: 22px; } /* Logout */ html>/**/body input[name="logout"], #logout { @@ -239,7 +240,10 @@ html>/**/body #content a[href*="&view="] { /* background: #fbfbfb; border-radius: 2px !important; box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important; */ + background: transparent; + font-size: 1em; margin-left: 0em; + padding-top: 2px; position:fixed; z-index: 10; } @@ -304,12 +308,16 @@ fieldset { } /*** Others ***/ #lang { - font-size: 0.8em; + background: transparent; + font-size: .9em; left: auto; right: 90px; position:fixed; z-index: 10; + padding-top: 2px; } + + .sqlarea { width: 99% }