1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Fixes #13872 more: add overrides for lg and sm input modifiers

This commit is contained in:
Mark Otto
2014-06-20 13:24:14 -07:00
parent 34248437c3
commit e98fc373e3
6 changed files with 34 additions and 23 deletions

View File

@@ -2480,6 +2480,16 @@ fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
height: 30px;
@@ -2620,11 +2630,6 @@ select[multiple].input-lg {
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long