소스 검색

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

Damien ACCORSI 9 년 전
부모
커밋
b6774961bc
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tracim/tracim/public/assets/css/dashboard.css

+ 5 - 0
tracim/tracim/public/assets/css/dashboard.css 파일 보기

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 {