increase padding on modal-header after decreasing h3 line-height

This commit is contained in:
Mark Otto 2012-01-28 11:24:34 -08:00
parent 2452768259
commit f1dc214977
2 changed files with 3 additions and 3 deletions

View File

@ -1983,7 +1983,7 @@ table .span12 {
.navbar-search .search-query :-moz-placeholder {
color: #eeeeee;
}
.navbar-search .search-query::-webkit-input-placeholder {
.navbar-search .search-query ::-webkit-input-placeholder {
color: #eeeeee;
}
.navbar-search .search-query:hover {
@ -2288,7 +2288,7 @@ table .span12 {
top: 50%;
}
.modal-header {
padding: 5px 15px;
padding: 9px 15px;
border-bottom: 1px solid #eee;
}
.modal-header .close {

View File

@ -41,7 +41,7 @@
&.fade.in { top: 50%; }
}
.modal-header {
padding: 5px 15px;
padding: 9px 15px;
border-bottom: 1px solid #eee;
// Close icon
.close { margin-top: 2px; }