More restylin

This commit is contained in:
Nick O'Leary
2015-07-14 15:59:56 +01:00
parent 57d6b16d5c
commit d3c41b38f7
16 changed files with 250 additions and 219 deletions

View File

@@ -18,7 +18,7 @@
position: absolute;
top: 0px;
right: 0px;
bottom: 10px;
bottom: 0px;
width: 315px;
background: #fff;
box-sizing: border-box;
@@ -35,7 +35,7 @@
position: absolute;
top: 35px;
right: 0;
bottom: 1px;
bottom: 25px;
left: 0px;
padding-top: 10px;
overflow-y: auto;
@@ -54,7 +54,6 @@
.sidebar-closed > #sidebar { display: none; }
.sidebar-closed > #sidebar-separator { right: 0px !important; }
.sidebar-closed > #workspace { right: 7px !important; }
.sidebar-closed > #chart-zoom-controls { right: 30px !important; }
#sidebar .button {
@include workspace-button;
@@ -63,3 +62,7 @@
margin-right: 5px;
padding: 2px 8px;
}
#sidebar-footer {
@include component-footer;
}