aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 22:27:15 -0700
committerMark Otto <[email protected]>2011-10-03 22:27:15 -0700
commitc843e202b53502f8e973419bc5ea9c62f87f9c89 (patch)
tree4cc740676d4ffe56a2afaed0eb8f6292cfc7f7ba /bootstrap.min.css
parenta968d300b434598e8c1735f08fc7ad5da9d40033 (diff)
downloadbootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.tar.xz
bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.zip
make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index e9d26649c..a49985570 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -167,12 +167,12 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.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;}
.inputs-list{margin:0 0 5px;width:100%;}.inputs-list li{display:block;padding:0;width:100%;}
-.inputs-list label{display:block;float:none;width:auto;padding:0;line-height:18px;text-align:left;white-space:normal;}.inputs-list label strong{color:#808080;}
+.inputs-list label{display:block;float:none;width:auto;padding:0;margin-left:20px;line-height:18px;text-align:left;white-space:normal;}.inputs-list label strong{color:#808080;}
.inputs-list label small{font-size:11px;font-weight:normal;}
.inputs-list .inputs-list{margin-left:25px;margin-bottom:10px;padding-top:0;}
.inputs-list:first-child{padding-top:6px;}
.inputs-list li+li{padding-top:2px;}
-.inputs-list input[type=radio],.inputs-list input[type=checkbox]{margin-bottom:0;}
+.inputs-list input[type=radio],.inputs-list input[type=checkbox]{margin-bottom:0;margin-left:-20px;float:left;}
.form-stacked{padding-left:20px;}.form-stacked fieldset{padding-top:9px;}
.form-stacked legend{padding-left:0;}
.form-stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:left;line-height:20px;padding-top:0;}