Fix padding issue for dialogs according Material design guide lines

This commit is contained in:
Romain Cherix 2015-04-08 10:24:22 +02:00 committed by Romain Cherix
parent 18ffcc695b
commit 613f9e2c81

View File

@ -18,7 +18,7 @@
// Modal body // Modal body
// Where all modal content resides (sibling of .modal-header and .modal-footer) // Where all modal content resides (sibling of .modal-header and .modal-footer)
.modal-body { .modal-body {
padding-top: 0px; padding-top: 24px;
padding-right: 24px; padding-right: 24px;
padding-bottom: 16px; padding-bottom: 16px;
padding-left: 24px; padding-left: 24px;