Update modals to use more consistent padding—modal body and footer now match modal header

This commit is contained in:
Mark Otto 2014-02-22 12:38:56 -08:00
parent 4ccf088a24
commit 7e551ecaf7
7 changed files with 8 additions and 8 deletions

View file

@ -5184,10 +5184,10 @@ button.close {
}
.modal-body {
position: relative;
padding: 20px;
padding: 15px;
}
.modal-footer {
padding: 19px 20px 20px;
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}