implement sidebar hiding for device view

This commit is contained in:
Oliver Gorwits
2012-01-20 23:47:25 +00:00
parent 44e79b9b93
commit f574cd1db5
6 changed files with 45 additions and 4 deletions

View File

@@ -168,3 +168,20 @@ form .clearfix.success input {
.vlan_total {
float: right;
}
/* for placing the sidebar toggle icons */
#sidebar_toggle_img_in {
position: fixed;
top: 55px;
left: 25px;
}
/* for placing the sidebar toggle icons */
#sidebar_toggle_img_out {
position: fixed;
top: 60px;
left: 4px;
z-index: 1;
display: none;
}