Adjusted the padding on the alert modal body to 10px

This commit is contained in:
Michael Abashian 2016-06-24 11:57:13 -04:00
parent ac1f3e142f
commit c427d17293

View File

@ -2264,3 +2264,7 @@ a:hover {
.ui-widget {
font-family: 'Open Sans';
}
.modal-body .alert {
padding: 10px;
}