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

Commit

Permalink
Buttons: Adjusted CSS selector for fullsize button in toolbar. Fixes #…
Browse files Browse the repository at this point in the history
…4619 - Search input clear button gets unwanted padding when in header/footer. [1.1.2.]
  • Loading branch information
jaspermdegroot committed Jul 1, 2012
1 parent fee9cde commit bd5b4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/structure/jquery.mobile.button.css
Expand Up @@ -16,8 +16,8 @@
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner { font-size: 12.5px; padding: .55em 11px .5em; }

.ui-header .ui-fullsize .ui-btn-inner,
.ui-footer .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 25px; }
.ui-fullsize .ui-btn-inner,
.ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 20px; }

.ui-btn-icon-notext { width: 24px; height: 24px; }
.ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
Expand Down

0 comments on commit bd5b4a7

Please sign in to comment.