aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 22:23:08 -0700
committerMark Otto <[email protected]>2011-09-13 22:23:08 -0700
commit32a690af985661f7d106984dc5ee1c211d0da2ed (patch)
tree8bd7f86f0bce5de9fe04baa38c4cd9418f51e4dc /bootstrap-1.3.0.min.css
parent01d9cd88e84441d1d1e70300f71e1feff4be2126 (diff)
downloadbootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.tar.xz
bootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.zip
apply clearfix to appended input pattern to clear the floats
Diffstat (limited to 'bootstrap-1.3.0.min.css')
-rw-r--r--bootstrap-1.3.0.min.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css
index 69689a47c..415188b79 100644
--- a/bootstrap-1.3.0.min.css
+++ b/bootstrap-1.3.0.min.css
@@ -159,6 +159,8 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.inline-inputs input.mini{width:60px;}
.inline-inputs input.small{width:90px;}
.inline-inputs span{padding:0 2px 0 1px;}
+.input-prepend,.input-append{zoom:1;}.input-prepend:before,.input-append:before,.input-prepend:after,.input-append:after{display:table;content:"";zoom:1;*display:inline;}
+.input-prepend:after,.input-append:after{clear:both;}
.input-prepend input,.input-append input{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.input-prepend .add-on,.input-append .add-on{position:relative;z-index:2;float:left;display:block;width:auto;min-width:16px;height:18px;padding:4px 4px 4px 5px;margin-right:-1px;font-weight:normal;line-height:18px;color:#bfbfbf;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#f5f5f5;border:1px solid #ccc;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-prepend .active,.input-append .active{background:#a9dba9;border-color:#46a546;}