aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-16 20:17:42 -0700
committerMark Otto <[email protected]>2013-05-16 20:17:42 -0700
commit1983ca03ec4f84bf9076d9327bc966caffda4ea6 (patch)
treeb847915f682725ea5bba12ffb8f84638272bb959 /docs/assets
parent55a1416789c9c9f448528926016d0fa97f233578 (diff)
downloadbootstrap-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')
-rw-r--r--docs/assets/css/bootstrap.css4
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;
}
}