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

Commit

Permalink
Fixes #3749 — Fixes .ui-btn-left/.ui-btn-right behavior in footers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Mar 6, 2012
1 parent d178fc5 commit a37efe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/structure/jquery.mobile.core.css
Expand Up @@ -46,7 +46,9 @@ div.ui-mobile-viewport { overflow-x: hidden; }

.ui-header, .ui-footer { position: relative; overflow: hidden; border-left-width: 0; border-right-width: 0; }
.ui-header .ui-btn-left,
.ui-header .ui-btn-right { position: absolute; top: -5px; }
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right { position: absolute; top: -5px; }
.ui-header .ui-btn-left,
.ui-footer .ui-btn-left { left: 5px; }
.ui-header .ui-btn-right,
Expand Down

0 comments on commit a37efe8

Please sign in to comment.