1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 06:49:06 +02:00

more vars changed

This commit is contained in:
Mark Otto
2012-11-30 15:27:13 -08:00
parent 01421ecd62
commit a09cea44ae
6 changed files with 28 additions and 30 deletions

View File

@@ -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;
}
}