fixes #4666: overrides for input types with .btn-block
This commit is contained in:
parent
4674945fa8
commit
3b67ece2d1
2 changed files with 21 additions and 0 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -3125,6 +3125,12 @@ button.close {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
input[type="submit"].btn-block,
|
||||
input[type="reset"].btn-block,
|
||||
input[type="button"].btn-block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-primary.active,
|
||||
.btn-warning.active,
|
||||
.btn-danger.active,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue