From: Étienne Deparis Date: Mon, 4 Mar 2013 14:07:00 +0000 (+0100) Subject: Update Nette admine.css X-Git-Tag: v3.6.4~8 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=6f58f5af442098afc9bb97cb2b3796cd6a38b887;p=adminer.git Update Nette admine.css Fix glitches around #breadcrumb while scrolling. --- diff --git a/designs/nette/adminer.css b/designs/nette/adminer.css index ec1e3882..064657aa 100644 --- a/designs/nette/adminer.css +++ b/designs/nette/adminer.css @@ -212,10 +212,7 @@ table code { margin: 40px 0 0 300px; padding: 20px; background: white; - position: absolute; z-index: 1; - left: 0; - right: 0; } #content:after { @@ -236,10 +233,10 @@ table code { height: 40px; left: 0; line-height: 40px; - padding: 0 20px 0 40px; + padding: 0 0 0 40px; position: fixed; top: 0; - width: 100%; + width: 260px; } #lang select { @@ -284,13 +281,14 @@ table code { #breadcrumb { background: #333; color: #FFF; - left: 320px; + left: 300px; line-height: 40px; margin: 0; - padding: 0; + padding: 0 0 0 20px; position: fixed; top: 0; width: 100%; + height: 40px; } #breadcrumb a {