mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix vertical button-groups in ie7
This commit is contained in:
parent
6cf3752b9b
commit
58dd1f20ae
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -3516,6 +3516,10 @@ input[type="submit"].btn.btn-mini {
|
||||
|
||||
.btn-group-vertical {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
/* IE7 inline-block hack */
|
||||
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.btn-group-vertical .btn {
|
||||
|
@ -214,6 +214,7 @@
|
||||
|
||||
.btn-group-vertical {
|
||||
display: inline-block; // makes buttons only take up the width they need
|
||||
.ie7-inline-block();
|
||||
}
|
||||
.btn-group-vertical .btn {
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user