aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 20:02:24 -0700
committerMark Otto <[email protected]>2013-10-13 20:02:24 -0700
commitbe4e951b7dc254dac08a5d2c6b88be0cda6e420f (patch)
tree838ce8a0f42b0e7c4a9b051c803ecee6cddc1b33 /dist/css/bootstrap.css
parent44b32a30366440b2127b343fbd1990fe15e88185 (diff)
downloadbootstrap-be4e951b7dc254dac08a5d2c6b88be0cda6e420f.tar.xz
bootstrap-be4e951b7dc254dac08a5d2c6b88be0cda6e420f.zip
scope top padding of .form-control-static to be within horizontal forms only; fixes #10927
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 0b327b015..1d88c130a 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -2104,7 +2104,6 @@ textarea.input-lg {
}
.form-control-static {
- padding-top: 7px;
margin-bottom: 0;
}
@@ -2173,6 +2172,10 @@ textarea.input-lg {
clear: both;
}
+.form-horizontal .form-control-static {
+ padding-top: 7px;
+}
+
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;