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

Commit

Permalink
Button: Reduced the height of mini buttons
Browse files Browse the repository at this point in the history
Closes gh-8267
  • Loading branch information
jaspermdegroot committed Aug 20, 2015
1 parent fb6640b commit c04be7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/structure/jquery.mobile.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ div.ui-mobile-viewport {
text-indent: -9999px;
white-space: nowrap !important;
}
.ui-mini .ui-button,
.ui-mini.ui-button,
.ui-mini .ui-controlgroup .ui-button-icon-only,
.ui-mini.ui-controlgroup .ui-button-icon-only,
.ui-controlgroup .ui-button-icon-only.ui-mini {
padding: .365em 1em;
}
.ui-mini .ui-button {
font-size: inherit;
line-height: inherit;
Expand Down

0 comments on commit c04be7e

Please sign in to comment.