From: Jakub Vrana Date: Mon, 14 May 2012 16:27:16 +0000 (-0700) Subject: Update ng9 design X-Git-Tag: v3.4.0~26 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5dc90731eb69a31fa5cfee2f7446460acb811a49;p=adminer.git Update ng9 design --- 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;