aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-20 13:24:14 -0700
committerMark Otto <[email protected]>2014-06-20 13:24:14 -0700
commite98fc373e3ef6e4a884a0142d50c765a9db5bd01 (patch)
treedb1c1471f97b507519be78da56204d9a7e75b6c4 /dist/css/bootstrap.css
parent34248437c3bc7278f912c9005d3fd4877b723d83 (diff)
downloadbootstrap-e98fc373e3ef6e4a884a0142d50c765a9db5bd01.tar.xz
bootstrap-e98fc373e3ef6e4a884a0142d50c765a9db5bd01.zip
Fixes #13872 more: add overrides for lg and sm input modifiers
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b7e6f64c1..4b1923789 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -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;