diff options
| author | Mark Otto <[email protected]> | 2013-05-16 20:17:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 20:17:42 -0700 |
| commit | 1983ca03ec4f84bf9076d9327bc966caffda4ea6 (patch) | |
| tree | b847915f682725ea5bba12ffb8f84638272bb959 /docs/assets/css/bootstrap.css | |
| parent | 55a1416789c9c9f448528926016d0fa97f233578 (diff) | |
| download | bootstrap-1983ca03ec4f84bf9076d9327bc966caffda4ea6.tar.xz bootstrap-1983ca03ec4f84bf9076d9327bc966caffda4ea6.zip | |
Form validation and horizontal row update
* changed .row-label to .control-label as used elsewhere already
* changed .formFieldState mixin to .form-field-validation
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9737e7771..4542376d8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1666,12 +1666,12 @@ select:focus:invalid:focus { margin-top: 15px; } -.form-horizontal .row-label { +.form-horizontal .control-label { padding-top: 6px; } @media (min-width: 768px) { - .form-horizontal .row-label { + .form-horizontal .control-label { text-align: right; } } |
