aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-17 00:06:16 -0800
committerMark Otto <[email protected]>2011-11-17 00:06:16 -0800
commita8e88d14a422c3dfdb79eaf6d6a3a2f1144df150 (patch)
tree9b7ce47a201e8d71f74509463ba6f8a9ef5b2dc7 /bootstrap.min.css
parenta0179322854a9d1e2b9363447c9884e40733d04f (diff)
downloadbootstrap-a8e88d14a422c3dfdb79eaf6d6a3a2f1144df150.tar.xz
bootstrap-a8e88d14a422c3dfdb79eaf6d6a3a2f1144df150.zip
make form classes match table classes (readable left to right), update docs associated with it
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index e236547a6..fb3dcd4db 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -153,13 +153,13 @@ form .clearfix.success .input-prepend .add-on,form .clearfix.success .input-appe
.input-prepend .add-on{*margin-top:1px;}
.input-append input{float:left;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append .add-on{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;margin-right:0;margin-left:-1px;}
-.form-search .search-query{-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
+.search-form .search-query{-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.control-group{margin-bottom:18px;}
.control-group>label{font-weight:bold;}
-.form-horizontal .control-group>label{float:left;width:130px;padding-top:5px;text-align:right;}
-.form-horizontal .controls{margin-left:150px;}
-.form-horizontal .control-list{padding-top:6px;}
-.form-horizontal .form-actions{padding-left:150px;}
+.horizontal-form .control-group>label{float:left;width:130px;padding-top:5px;text-align:right;}
+.horizontal-form .controls{margin-left:150px;}
+.horizontal-form .control-list{padding-top:6px;}
+.horizontal-form .form-actions{padding-left:150px;}
table{width:100%;padding:0;margin-bottom:18px;font-size:13px;border-collapse:collapse;}table th,table td{padding:10px 10px 9px;line-height:18px;text-align:left;}
table th{padding-top:9px;font-weight:bold;vertical-align:middle;}
table td{vertical-align:top;border-top:1px solid #ddd;}