fix the sidebar

This commit is contained in:
Oliver Gorwits
2012-01-21 01:28:27 +00:00
parent 23df3d39dd
commit 00561ca439
4 changed files with 15 additions and 9 deletions

View File

@@ -171,9 +171,8 @@ form .clearfix.success input {
/* for placing the sidebar toggle icons */
#sidebar_toggle_img_in {
position: fixed;
top: 60px;
left: 205px;
margin-top: -10px;
margin-left: 164px;
}
/* for placing the sidebar toggle icons */
@@ -185,3 +184,14 @@ form .clearfix.success input {
display: none;
}
/* pull the device label closer to the top of the sidebar
to reduce the useless gap */
h3.device_label {
margin-top: -12px;
}
/* make the sidebar fixed on the screen */
.sidebar {
position: fixed !important;
margin-top: 50px;
}