Merge pull request #3584 from mk84/wp-fullscreen-list-styles

Indent lists in wp panel and increase height of project list
pull/3513/head
Stefan Botzenhart 9 years ago
commit c430b7f7fd
  1. 4
      app/assets/stylesheets/_work_packages_show_view_overwrite.scss
  2. 4
      app/assets/stylesheets/content/_select2.scss

@ -133,6 +133,10 @@ body.controller-work_packages.action-show {
}
}
.work-package-details-activities-activity-contents {
ul { padding-left: 2em; }
}
ul#toolbar-items {
@include clearfix;
float: right;

@ -35,6 +35,10 @@
/* Disabling rounded corners and drop shadow on result list */
border-radius : 0;
box-shadow : none;
.select2-results {
max-height: 55vh !important;
}
}
/* Hide upper half of select2-select widget */

Loading…
Cancel
Save