Browse Source

Increased min height of modal dialogs.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
90970f031c
  1. 6
      src/styles/libs/_dialogs.scss
  2. 2
      static/css/main.min.css

6
src/styles/libs/_dialogs.scss

@ -26,7 +26,7 @@
.dialog-header-wait span, .dialog-header-wait h4 { color: #fff; } .dialog-header-wait span, .dialog-header-wait h4 { color: #fff; }
.modal-content { .modal-content {
overflow:hidden; overflow:hidden;
} .modal-body {
.modal-backdrop.in { min-height: 160px;
opacity:0.2; }
} }

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save