diff options
| author | aentan <[email protected]> | 2013-11-19 17:24:49 +0800 |
|---|---|---|
| committer | aentan <[email protected]> | 2013-11-19 17:24:49 +0800 |
| commit | ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d (patch) | |
| tree | 6d9f7ba57064efedbcaf9897e1adf605f4096b47 /dist/css/bootstrap.css | |
| parent | 2172e2ea8a79f8c5d43863d83ff31b50abb391a0 (diff) | |
| download | bootstrap-ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d.tar.xz bootstrap-ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d.zip | |
add support for button dropdowns in justified button groups
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d8dfe14c4..b1f5d96fe 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1953,6 +1953,7 @@ output { .form-control::-moz-placeholder { color: #999999; + opacity: 1; } .form-control:-ms-input-placeholder { @@ -3865,12 +3866,17 @@ input[type="button"].btn-block { table-layout: fixed; } -.btn-group-justified .btn { +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } +.btn-group-justified > .btn-group .btn { + width: 100%; +} + [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; |
