mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
increase padding on modal-header after decreasing h3 line-height
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||||
|
|||||||
+1
-1
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user