Move table information pane into sidebar

This commit is contained in:
Dan Sosedoff
2014-10-26 17:16:35 -05:00
parent 4b87c3532f
commit e7329952f3
4 changed files with 61 additions and 14 deletions

View File

@@ -66,19 +66,18 @@
#sidebar {
position: fixed;
width: 250px;
left: 0;
top: 0;
bottom: 0;
left: 0px;
top: 0px;
bottom: 0px;
background: #31373d;
font-size: 13px;
overflow: scroll;
}
#sidebar .wrapper {
height: 100%;
}
#sidebar .wrapper div {
#sidebar .wrapper div.title {
line-height: 33px;
height: 33px;
padding: 0px 8px;
@@ -86,6 +85,42 @@
color: #fff;
}
#sidebar div.tables-list {
position: absolute;
width: 250px;
top: 0px;
left: 0px;
bottom: 130px;
overflow: scroll;
}
#sidebar div.table-information {
border-top: 1px solid #272c30;
background: #272c30;
position: absolute;
width: 250px;
left: 0px;
bottom: 0px;
height: 130px;
overflow: scroll;
}
#sidebar div.table-information ul {
font-size: 12px;
display: none;
}
#sidebar div.table-information ul li {
line-height: 24px;
height: 24px;
cursor: default;
color: #637D94 !important;
}
#sidebar div.table-information ul li span {
color: #95a7b7;
}
#sidebar ul {
margin: 0px;
padding: 0px;