Skip to content

Commit

Permalink
Add dialog styles from admin, for modal-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Aug 21, 2012
1 parent afc25fa commit 5731c8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/mod_base_site/lib/bootstrap/css/bootstrap-base-site.css
Expand Up @@ -7,6 +7,22 @@ body {
padding-bottom: 40px;
}

div#zmodal form {
margin-bottom: 0;
}

/* do not use scrolling inside modal body */
div.modal-body {
max-height: none;
}

/* make it possible to use the nice modal footer inside the body, e.g. for tabs */
div.modal-body div.modal-footer {
margin: -15px;
margin-top: 0;
}


@media (max-width: 979px) {
body {
padding-top: 0px;
Expand Down

0 comments on commit 5731c8d

Please sign in to comment.