[fix] Modal style

This commit is contained in:
opi 2014-05-15 15:12:04 +02:00
parent 2d740dcdc4
commit 413b490bf8
2 changed files with 3 additions and 5 deletions

View file

@ -188,16 +188,14 @@ body {
.modal; .modal;
.fade; .fade;
.modal-dialog; .modal-dialog;
.modal-content;
overflow-y: auto;
#popup-title { #popup-title {
.modal-dialog;
.modal-content;
.modal-header; .modal-header;
.modal-title; .modal-title;
} }
#popup-body { #popup-body {
.modal-dialog;
.modal-content;
.modal-body; .modal-body;
} }
} }

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long