From 6f58f5af442098afc9bb97cb2b3796cd6a38b887 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20Deparis?= Date: Mon, 4 Mar 2013 15:07:00 +0100 Subject: [PATCH] Update Nette admine.css Fix glitches around #breadcrumb while scrolling. --- designs/nette/adminer.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 { -- 2.39.5