Cleaned up modal dialogs

This commit is contained in:
Victoria Wang 2014-10-28 11:22:45 -07:00
parent 6122a188b6
commit dde3ce4abc
9 changed files with 55 additions and 27 deletions

View file

@ -62,3 +62,31 @@ a{
.alert{
background-color:#F5BA00; color:#fff;
}
.modal {
&.fade.in {
top: 20%;
}
form {
margin-bottom: 0;
}
@include border-radius(20px 20px 6px 6px);
}
.modal-header {
background: #5e95a1;
padding: 12px 16px 9px 23px;
@include border-radius(6px 6px 0px 0px);
h3 {
color: white;
font-size: 1.6em;
}
}
.modal-body {
padding: 20px 23px 0 23px;
}
.modal-footer {
border: 0;
background: none;
padding: 0 23px 19px 0;
}

View file

@ -321,7 +321,7 @@
display: block;
margin-left: 5px;
}
.overlay .fa-trash {
.overlay .fa-trash, .modal .fa-trash {
vertical-align: 1px;
}
.overlay {