diff --git a/Netdisco/public/css/style.css b/Netdisco/public/css/style.css
index f3c2e4da..8bd0e22a 100644
--- a/Netdisco/public/css/style.css
+++ b/Netdisco/public/css/style.css
@@ -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;
+}
diff --git a/Netdisco/views/device.tt b/Netdisco/views/device.tt
index 59eb3f03..73942253 100644
--- a/Netdisco/views/device.tt
+++ b/Netdisco/views/device.tt
@@ -1,6 +1,5 @@
+ src="[% uri_base %]/images/application_side_expand.png"/>