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

Commit

Permalink
Fixes the icon position of notext buttons on IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Jun 21, 2012
1 parent d9857f8 commit 0fbab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.button.css
Expand Up @@ -21,7 +21,7 @@

.ui-btn-icon-notext { width: 24px; height: 24px; }
.ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
.ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; }
.ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; float: left; }

.ui-btn-text { position: relative; z-index: 1; width: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
.ui-btn-icon-notext .ui-btn-text { position: absolute; left: -9999px; }
Expand Down

0 comments on commit 0fbab85

Please sign in to comment.