fix the sidebar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user