Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 3bc0656

Browse files
Fixes #3983 - Changed display inline-block rule to only be applied to buttons that are direct children of the header/footer.
1 parent a3177aa commit 3bc0656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.ui-mobile .ui-btn-left, .ui-mobile .ui-btn-right { margin: 0; } /* .ui-mobile to increase specificity level */
99
.ui-btn-block { display: block; }
1010

11-
.ui-header .ui-btn,
12-
.ui-footer .ui-btn { display: inline-block; margin: 0; }
11+
.ui-header > .ui-btn,
12+
.ui-footer > .ui-btn { display: inline-block; margin: 0; }
1313
.ui-header .ui-btn-block,
1414
.ui-footer .ui-btn-block { display: block; }
1515

0 commit comments

Comments
 (0)