Skip to content

Commit e83878b

Browse files
committed
Fixes position of left/right positioned no-text buttons in headers.
1 parent 3ef15b8 commit e83878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
5454
.ui-header .ui-btn-right,
5555
.ui-footer .ui-btn-right { right: 5px; }
5656
.ui-footer .ui-btn-icon-notext,
57-
.ui-header .ui-btn-icon-notext { top: -1px; }
57+
.ui-header .ui-btn-icon-notext { top: 6px; }
5858
.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
5959
.ui-footer .ui-title { margin: .6em 15px .8em; }
6060

0 commit comments

Comments
 (0)