diff options
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/less/modals.less b/less/modals.less index 99cf76469..e65dbf7f1 100644 --- a/less/modals.less +++ b/less/modals.less @@ -35,10 +35,8 @@ // Shell div to position the modal with bottom padding .modal-dialog { position: relative; - margin-left: auto; - margin-right: auto; width: auto; - padding: 10px; + margin: 10px; z-index: (@zindex-modal-background + 10); } @@ -122,8 +120,7 @@ .modal-dialog { width: 600px; - padding-top: 30px; - padding-bottom: 30px; + margin: 30px auto; } .modal-content { .box-shadow(0 5px 15px rgba(0,0,0,.5)); |
