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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

0
Netdisco/public/images/glyphicons_072_bookmark.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B