diff options
| author | Mark Otto <[email protected]> | 2012-05-15 00:17:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-15 00:17:02 -0700 |
| commit | ecf84bdac51a9c56d18c4a25b3d5b0c66a09151a (patch) | |
| tree | 2124c1c09e393fbe77f5d74eebbec8e52aa5ccf4 /docs/assets/css/bootstrap.css | |
| parent | 87f6e426b33590bf8b14d933cd9cbb101a9bed23 (diff) | |
| download | bootstrap-ecf84bdac51a9c56d18c4a25b3d5b0c66a09151a.tar.xz bootstrap-ecf84bdac51a9c56d18c4a25b3d5b0c66a09151a.zip | |
correct regressions against 2.0.3
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d8b4c6b32..fabedd1f7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -796,6 +796,11 @@ input[type="color"] { color: #555555; } +input, +textarea { + width: 210px; +} + textarea, input[type="text"], input[type="password"], @@ -826,6 +831,24 @@ input[type="color"] { transition: border linear 0.2s, box-shadow linear 0.2s; } +input[type="radio"], +input[type="checkbox"] { + margin: 3px 0; + *margin-top: 0; + /* IE7 */ + + line-height: normal; + cursor: pointer; +} + +input[type="submit"], +input[type="reset"], +input[type="button"], +input[type="radio"], +input[type="checkbox"] { + width: auto; +} + .uneditable-textarea { width: auto; height: auto; @@ -842,6 +865,11 @@ input[type="file"] { line-height: 28px; } +select { + width: 220px; + border: 1px solid #bbb; +} + select[multiple], select[size] { height: auto; |
