Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
58dd1f20
Commit
58dd1f20
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix vertical button-groups in ie7
parent
6cf3752b
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/button-groups.less
+1
-0
less/button-groups.less
with
5 additions
and
0 deletions
+5
-0
docs/assets/css/bootstrap.css
+
4
-
0
View file @
58dd1f20
...
@@ -3516,6 +3516,10 @@ input[type="submit"].btn.btn-mini {
...
@@ -3516,6 +3516,10 @@ input[type="submit"].btn.btn-mini {
.btn-group-vertical
{
.btn-group-vertical
{
display
:
inline-block
;
display
:
inline-block
;
*
display
:
inline
;
/* IE7 inline-block hack */
*
zoom
:
1
;
}
}
.btn-group-vertical
.btn
{
.btn-group-vertical
.btn
{
...
...
This diff is collapsed.
Click to expand it.
less/button-groups.less
+
1
-
0
View file @
58dd1f20
...
@@ -214,6 +214,7 @@
...
@@ -214,6 +214,7 @@
.btn-group-vertical {
.btn-group-vertical {
display: inline-block; // makes buttons only take up the width they need
display: inline-block; // makes buttons only take up the width they need
.ie7-inline-block();
}
}
.btn-group-vertical .btn {
.btn-group-vertical .btn {
display: block;
display: block;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets