Merge pull request #23 from finnlabs/feature/rails3_fix_cut_menu

Added extra space below main content div in master backlog view to leave...
pull/6827/head
Christian Rijke 12 years ago
commit f0b178b951
  1. 5
      app/assets/stylesheets/backlogs/master_backlog.css

@ -29,6 +29,11 @@
margin: 0 0 10px 0;
width: 100%;
}
/* this adds space at the bottom of the main content div to leave enough space for the menu
without cutting it even if the bottom backlog does not contain any elements*/
.controller-rb_master_backlogs.action-index #content {
padding-bottom: 180px;
}
#rb #backlogs_container .backlog .header {
background-color: #eee;

Loading…
Cancel
Save