|
|
@ -3466,19 +3466,22 @@ fieldset[disabled] .btn-link:focus { |
|
|
|
color: #777777; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
.btn-lg { |
|
|
|
.btn-lg, |
|
|
|
.btn-group-lg > .btn { |
|
|
|
padding: 10px 16px; |
|
|
|
font-size: 18px; |
|
|
|
line-height: 1.3333333; |
|
|
|
border-radius: 6px; |
|
|
|
} |
|
|
|
.btn-sm { |
|
|
|
.btn-sm, |
|
|
|
.btn-group-sm > .btn { |
|
|
|
padding: 5px 10px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
.btn-xs { |
|
|
|
.btn-xs, |
|
|
|
.btn-group-xs > .btn { |
|
|
|
padding: 1px 5px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
@ -3670,6 +3673,175 @@ tbody.collapse.in { |
|
|
|
right: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
.btn-group, |
|
|
|
.btn-group-vertical { |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
.btn-group > .btn, |
|
|
|
.btn-group-vertical > .btn { |
|
|
|
position: relative; |
|
|
|
float: left; |
|
|
|
} |
|
|
|
.btn-group > .btn:hover, |
|
|
|
.btn-group-vertical > .btn:hover, |
|
|
|
.btn-group > .btn:focus, |
|
|
|
.btn-group-vertical > .btn:focus, |
|
|
|
.btn-group > .btn:active, |
|
|
|
.btn-group-vertical > .btn:active, |
|
|
|
.btn-group > .btn.active, |
|
|
|
.btn-group-vertical > .btn.active { |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
.btn-group .btn + .btn, |
|
|
|
.btn-group .btn + .btn-group, |
|
|
|
.btn-group .btn-group + .btn, |
|
|
|
.btn-group .btn-group + .btn-group { |
|
|
|
margin-left: -1px; |
|
|
|
} |
|
|
|
.btn-toolbar { |
|
|
|
margin-left: -5px; |
|
|
|
} |
|
|
|
.btn-toolbar .btn, |
|
|
|
.btn-toolbar .btn-group, |
|
|
|
.btn-toolbar .input-group { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
.btn-toolbar > .btn, |
|
|
|
.btn-toolbar > .btn-group, |
|
|
|
.btn-toolbar > .input-group { |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn:first-child { |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn:last-child:not(:first-child), |
|
|
|
.btn-group > .dropdown-toggle:not(:first-child) { |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn-group { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, |
|
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group .dropdown-toggle:active, |
|
|
|
.btn-group.open .dropdown-toggle { |
|
|
|
outline: 0; |
|
|
|
} |
|
|
|
.btn-group > .btn + .dropdown-toggle { |
|
|
|
padding-left: 8px; |
|
|
|
padding-right: 8px; |
|
|
|
} |
|
|
|
.btn-group > .btn-lg + .dropdown-toggle { |
|
|
|
padding-left: 12px; |
|
|
|
padding-right: 12px; |
|
|
|
} |
|
|
|
.btn-group.open .dropdown-toggle { |
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
|
|
} |
|
|
|
.btn-group.open .dropdown-toggle.btn-link { |
|
|
|
-webkit-box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
.btn .caret { |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
.btn-lg .caret { |
|
|
|
border-width: 5px 5px 0; |
|
|
|
border-bottom-width: 0; |
|
|
|
} |
|
|
|
.dropup .btn-lg .caret { |
|
|
|
border-width: 0 5px 5px; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn, |
|
|
|
.btn-group-vertical > .btn-group, |
|
|
|
.btn-group-vertical > .btn-group > .btn { |
|
|
|
display: block; |
|
|
|
float: none; |
|
|
|
width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn-group > .btn { |
|
|
|
float: none; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn + .btn, |
|
|
|
.btn-group-vertical > .btn + .btn-group, |
|
|
|
.btn-group-vertical > .btn-group + .btn, |
|
|
|
.btn-group-vertical > .btn-group + .btn-group { |
|
|
|
margin-top: -1px; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) { |
|
|
|
border-top-right-radius: 4px; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) { |
|
|
|
border-bottom-left-radius: 4px; |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, |
|
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-justified { |
|
|
|
display: table; |
|
|
|
width: 100%; |
|
|
|
table-layout: fixed; |
|
|
|
border-collapse: separate; |
|
|
|
} |
|
|
|
.btn-group-justified > .btn, |
|
|
|
.btn-group-justified > .btn-group { |
|
|
|
float: none; |
|
|
|
display: table-cell; |
|
|
|
width: 1%; |
|
|
|
} |
|
|
|
.btn-group-justified > .btn-group .btn { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.btn-group-justified > .btn-group .dropdown-menu { |
|
|
|
left: auto; |
|
|
|
} |
|
|
|
[data-toggle="buttons"] > .btn input[type="radio"], |
|
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], |
|
|
|
[data-toggle="buttons"] > .btn input[type="checkbox"], |
|
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { |
|
|
|
position: absolute; |
|
|
|
clip: rect(0, 0, 0, 0); |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
.input-group { |
|
|
|
position: relative; |
|
|
|
display: table; |
|
|
@ -5743,6 +5915,10 @@ button.close { |
|
|
|
.row:after, |
|
|
|
.form-horizontal .form-group:before, |
|
|
|
.form-horizontal .form-group:after, |
|
|
|
.btn-toolbar:before, |
|
|
|
.btn-toolbar:after, |
|
|
|
.btn-group-vertical > .btn-group:before, |
|
|
|
.btn-group-vertical > .btn-group:after, |
|
|
|
.nav:before, |
|
|
|
.nav:after, |
|
|
|
.navbar:before, |
|
|
@ -5764,6 +5940,8 @@ button.close { |
|
|
|
.container-fluid:after, |
|
|
|
.row:after, |
|
|
|
.form-horizontal .form-group:after, |
|
|
|
.btn-toolbar:after, |
|
|
|
.btn-group-vertical > .btn-group:after, |
|
|
|
.nav:after, |
|
|
|
.navbar:after, |
|
|
|
.navbar-header:after, |
|
|
|