style fixes for sidebar in/out

This commit is contained in:
Oliver Gorwits
2012-02-01 13:37:17 +00:00
parent c7bae9b638
commit 74c8443d9f
4 changed files with 11 additions and 11 deletions

View File

@@ -205,9 +205,9 @@ h3.device_label {
/* for placing the sidebar toggle icons */
#sidebar_toggle_img_in {
float: right;
margin-top: -7px;
margin-right: -16px;
float: left;
margin-top: -6px;
margin-left: -18px;
cursor: pointer;
}
@@ -226,8 +226,7 @@ h3.device_label {
/* make the sidebar fixed on the screen */
.container-fluid > .sidebar {
position: fixed;
margin-top: 50px;
position: absolute;
right: 20px;
width: 200px;
left: auto;