From 5dc90731eb69a31fa5cfee2f7446460acb811a49 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 14 May 2012 09:27:16 -0700 Subject: [PATCH] Update ng9 design --- designs/ng9/adminer.css | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/designs/ng9/adminer.css b/designs/ng9/adminer.css index 564c89cf..a6df106e 100644 --- a/designs/ng9/adminer.css +++ b/designs/ng9/adminer.css @@ -173,6 +173,17 @@ tr.odd td { left:0px; width:100%; padding:10px 20px; + z-index:1; +} + +#breadcrumb { + position:fixed; + top:0px; + left:300px; + background:#f2eee1; + z-index:2; + width:100%; + padding:10px; } #menu { @@ -188,16 +199,6 @@ tr.odd td { border-right:5px solid #f2eee1; } -#breadcrumb { - position:fixed; - top:0px; - left:0px; - background:#f2eee1; - z-index:1; - width:100%; - padding:10px 10px 10px 335px; -} - #schema .table { padding:5px; background:#fcfaf5;