diff options
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; |
