Skip to content

Commit

Permalink
Tweaks to checkbox and radio button lablel positioning on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Stark authored and Jonathan Stark committed Mar 17, 2011
1 parent 8b3931b commit 563e119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/jqt/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ body {
color: #777;
margin: -12px 0 0 17px;
}
#jqt.android ul li input[type="checkbox"]:after, #jqt.android ul li input[type="radio"]:after {
margin: 3px 0 0 24px;
}
/* @end */
/* @group Mini Label */
#jqt ul li small {
Expand Down

0 comments on commit 563e119

Please sign in to comment.