Explorar el Código

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

Damien ACCORSI hace 9 años
padre
commit
b6774961bc
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      tracim/tracim/public/assets/css/dashboard.css

+ 5 - 0
tracim/tracim/public/assets/css/dashboard.css Ver fichero

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 {