Commit f1dc2149 authored by Mark Otto's avatar Mark Otto

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

parent 24527682
...@@ -1983,7 +1983,7 @@ table .span12 { ...@@ -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 { ...@@ -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 {
......
...@@ -41,7 +41,7 @@ ...@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment