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,6 +290,11 @@ div.t-page-metadata-row, div.t-metadata-row {
290 290
 #sidebar-left .btn.btn-link,
291 291
 #sidebar-left .list-unstyled a {
292 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 300
 h1.page-header {