Browse Source

add a bottom margin to left menu, so that last items in the menu are never hidden by the footer

Damien ACCORSI 8 years ago
parent
commit
b6774961bc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tracim/tracim/public/assets/css/dashboard.css

+ 5 - 0
tracim/tracim/public/assets/css/dashboard.css View File

290
 #sidebar-left .btn.btn-link,
290
 #sidebar-left .btn.btn-link,
291
 #sidebar-left .list-unstyled a {
291
 #sidebar-left .list-unstyled a {
292
     color: #DDD;
292
     color: #DDD;
293
+    margin-bottom: 20px; /* avoid left menu to be overwritten by footer */
294
+}
295
+
296
+#sidebar-left-menu {
297
+    margin-bottom: 20px; /* add a margin between menu bottom and footer top */
293
 }
298
 }
294
 
299
 
295
 h1.page-header {
300
 h1.page-header {