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;