diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:17:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:17:34 -0700 |
| commit | bd3448cf78c34f2215d7d29dc082119459ccbf92 (patch) | |
| tree | a36a4f4f1896380c6c9933cd0c6a843bf645b1ba /bootstrap-1.3.0.min.css | |
| parent | 2674210ff06a9ceaaa98263a2cbe2246fcd21111 (diff) | |
| download | bootstrap-bd3448cf78c34f2215d7d29dc082119459ccbf92.tar.xz bootstrap-bd3448cf78c34f2215d7d29dc082119459ccbf92.zip | |
make input prepend styles look a bit better
Diffstat (limited to 'bootstrap-1.3.0.min.css')
| -rw-r--r-- | bootstrap-1.3.0.min.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css index 37c3f2a23..a7ed280d9 100644 --- a/bootstrap-1.3.0.min.css +++ b/bootstrap-1.3.0.min.css @@ -166,11 +166,11 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado .inline-inputs input.small{width:90px;} .inline-inputs span{padding:0 2px 0 1px;} .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{background:#f5f5f5;float:left;display:block;width:auto;min-width:16px;padding:4px 4px 4px 5px;color:#bfbfbf;font-weight:normal;line-height:18px;height:18px;text-align:center;text-shadow:0 1px 0 #fff;border:1px solid #ccc;border-right-width:0;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;} +.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 #fff;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;} .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;border-right-width:1px;border-left-width:0;} +.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 small{font-size:11px;font-weight:normal;} |
