2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+2 -2
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;
}