1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 07:37:27 +02:00

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

View File

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