aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 15:27:13 -0800
committerMark Otto <[email protected]>2012-11-30 15:27:13 -0800
commita09cea44aeb6f19f560205636e9312e71d58d58c (patch)
treeae8d9774351ad2824fd70fd075f48bfd348e58c6 /less/forms.less
parent01421ecd62c0f3013f881ad3fcde10769d7328ec (diff)
downloadbootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.tar.xz
bootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.zip
more vars changed
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less
index 84ca238e0..a21dd238e 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -663,13 +663,13 @@ legend + .control-group {
// Float the labels left
.control-label {
float: left;
- width: @horizontalComponentOffset - 20;
+ width: @component-offset-horizontal - 20;
padding-top: 5px;
text-align: right;
}
// Move over all input controls and content
.controls {
- margin-left: @horizontalComponentOffset;
+ margin-left: @component-offset-horizontal;
}
// Remove bottom margin on block level help text since that's accounted for on .control-group
.help-block {
@@ -688,6 +688,6 @@ legend + .control-group {
}
// Move over buttons in .form-actions to align with .controls
.form-actions {
- padding-left: @horizontalComponentOffset;
+ padding-left: @component-offset-horizontal;
}
}