mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
bootstrap: Remove CSS for ".form-inline .checkbox" selector.
We do not have any checkbox inputs inside any element with form-inline class, so we can remove the CSS in bootstrap which is used to set rules for checkbox inputs inside form-inline element.
This commit is contained in:
10
web/third/bootstrap/css/bootstrap.css
vendored
10
web/third/bootstrap/css/bootstrap.css
vendored
@@ -751,16 +751,6 @@ input.search-query {
|
|||||||
.form-inline .input-append {
|
.form-inline .input-append {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.form-inline .checkbox {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.form-inline .checkbox input[type="checkbox"] {
|
|
||||||
float: left;
|
|
||||||
margin-right: 3px;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
.nav {
|
.nav {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user