aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:21:44 -0800
committerMark Otto <[email protected]>2012-01-25 11:21:44 -0800
commitd3c5dd4e6acc421e06ef72680e794cfd9d52a04a (patch)
tree6e7c14e5c7b50e61856d90bdb7421107d11b4a95 /bootstrap.min.css
parentcfa925cab6dbb10af28ddca6d38e76aed97bb1ef (diff)
downloadbootstrap-d3c5dd4e6acc421e06ef72680e794cfd9d52a04a.tar.xz
bootstrap-d3c5dd4e6acc421e06ef72680e794cfd9d52a04a.zip
updated comments in forms.less and added uneditable-textarea class to extend uneditable-input
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 216af09ce..438305f71 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -95,6 +95,7 @@ legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;li
label,input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;}
label{display:block;margin-bottom:5px;color:#333333;}
input,textarea,select,.uneditable-input{display:block;width:210px;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
+.uneditable-textarea{width:auto;height:auto;}
input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:none;cursor:pointer;}
input[type=file]{padding:initial;line-height:initial;border:initial;background-color:#ffffff;background-color:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
input[type=button],input[type=reset],input[type=submit]{width:auto;height:auto;}