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

Commit

Permalink
Controlgroup: Correct height of mini icon only buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Aug 12, 2013
1 parent 74192ae commit 0a6e524
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions css/structure/jquery.mobile.controlgroup.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ fieldset.ui-controlgroup {
.ui-field-contain fieldset.ui-controlgroup {
margin: 0;
}
.ui-mini .ui-controlgroup-label {
font-size: 16px;
}
.ui-controlgroup.ui-mini .ui-btn-icon-notext,
.ui-controlgroup .ui-mini.ui-btn-icon-notext {
font-size: inherit;
}
.ui-controlgroup-controls .ui-btn,
.ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-controls .ui-radio,
Expand Down
3 changes: 0 additions & 3 deletions css/structure/jquery.mobile.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ div.ui-mobile-viewport {
.ui-mini .ui-btn {
font-size: inherit;
}
.ui-mini .ui-controlgroup-label {
font-size: 16px;
}
/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
Expand Down

0 comments on commit 0a6e524

Please sign in to comment.