Update ng9 design

This commit is contained in:
Jakub Vrana 2012-05-14 09:27:16 -07:00
parent f498219f29
commit 5dc90731eb

View file

@ -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;