Commit 58dd1f20 authored by Mark Otto's avatar Mark Otto

fix vertical button-groups in ie7

parent 6cf3752b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment