Commit 277c965ff54323e5877685904b7e369f7838229c
1 parent
47693b65
Exists in
bootstrap_modal
Modal proportion fixes
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
src/noosfero-spb-theme/css/modal.css
| ... | ... | @@ -9,6 +9,7 @@ |
| 9 | 9 | overflow: hidden; |
| 10 | 10 | outline: 0px none; |
| 11 | 11 | background-color: rgba(0, 0, 0, 0.5); |
| 12 | + height: 100%; | |
| 12 | 13 | } |
| 13 | 14 | |
| 14 | 15 | .modal-open .modal { |
| ... | ... | @@ -26,8 +27,8 @@ |
| 26 | 27 | } |
| 27 | 28 | |
| 28 | 29 | .modal-dialog { |
| 29 | - width: 600px; | |
| 30 | - margin: 60px auto; | |
| 30 | + width: 45%; | |
| 31 | + margin: 12% auto 0% auto; | |
| 31 | 32 | position: relative; |
| 32 | 33 | } |
| 33 | 34 | |
| ... | ... | @@ -82,8 +83,8 @@ |
| 82 | 83 | } |
| 83 | 84 | |
| 84 | 85 | .modal-title { |
| 85 | - margin: 0px; | |
| 86 | - line-height: 1.42857; | |
| 86 | + margin: 0px !important; | |
| 87 | + line-height: 1.42857 !important; | |
| 87 | 88 | } |
| 88 | 89 | |
| 89 | 90 | .modal-body { | ... | ... |