add modal variables and tweak padding for min-height on modal title
This commit is contained in:
parent
a96dd1bd28
commit
ae98f1803f
3 changed files with 11 additions and 8 deletions
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
|
|
@ -4302,18 +4302,18 @@ button.close {
|
|||
}
|
||||
|
||||
.modal-header {
|
||||
min-height: 40px;
|
||||
padding: 9px 15px;
|
||||
min-height: 35px;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.modal-header .close {
|
||||
margin-top: 2px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
line-height: 30px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue