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

Commit 46f5872

Browse files
committed
Fixed
close button positioning in dialog headers.
1 parent 6a44919 commit 46f5872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
4545
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
4646

4747
.ui-header, .ui-footer { position: relative; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
48-
.ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
49-
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
48+
.ui-header .ui-btn-left { position: absolute; left: 5px; top: -2px; }
49+
.ui-header .ui-btn-right { position: absolute; right: 5px; top: -2px; }
5050
.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; }
5151
.ui-footer .ui-title { margin: .6em 15px .8em; }
5252

0 commit comments

Comments
 (0)