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 {