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

2
static/css/main.min.css vendored

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