diff options
| author | Mark Otto <[email protected]> | 2011-06-28 15:11:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 15:11:41 -0700 |
| commit | 4e95e558db14a2de80c6cdfd5712c15c8130a951 (patch) | |
| tree | fba6ce1ad1c748dcea295ee7e4f9bdb68c4ea552 /lib/forms.less | |
| parent | 01c5e74bb3a351feb0c83ff14fb22244647eb82b (diff) | |
| download | bootstrap-4e95e558db14a2de80c6cdfd5712c15c8130a951.tar.xz bootstrap-4e95e558db14a2de80c6cdfd5712c15c8130a951.zip | |
reseting baseline to 18px, fixing wells, moving pre styles for chili to docs
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less index 876f62123..a455e6832 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -37,6 +37,7 @@ form { float: left; width: 130px; text-align: right; + color: @grayDark; } // Shift over the inside div to align all label's relevant content div.input { @@ -53,7 +54,7 @@ form { textarea, select, .uneditable-input { - display: block; + display: inline-block; width: 210px; margin: 0; padding: 4px; @@ -99,7 +100,9 @@ form { margin: -10px 0 10px; .border-radius(4px); @error-text: desaturate(lighten(@red, 25%), 25%); - > label { + > label, + span.help-inline, + span.help-block { color: @red; } input[type=text], |
