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

Commit

Permalink
Core: Make controlgroup icon-only buttons in toolbars mini
Browse files Browse the repository at this point in the history
Fixes gh-7266
  • Loading branch information
jaspermdegroot committed May 23, 2014
1 parent 18211fa commit 58c39a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -257,6 +257,11 @@ div.ui-mobile-viewport {
display: inline-block;
vertical-align: middle;
}
.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
font-size: 12.5px;
}

/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
Expand Down

0 comments on commit 58c39a1

Please sign in to comment.