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

Commit

Permalink
Checkboxradio: No need to set margin for the buttons because we alrea…
Browse files Browse the repository at this point in the history
…dy set it for .ui-btn and .ui-btn-mini. Repeating it makes it only more difficult to override when needed.
  • Loading branch information
jaspermdegroot committed Jan 3, 2013
1 parent 07a1cfe commit 06affac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/structure/jquery.mobile.forms.checkboxradio.css
@@ -1,6 +1,5 @@
.ui-checkbox, .ui-radio { position: relative; clear: both; margin: 0; z-index: 1; }
.ui-checkbox .ui-btn, .ui-radio .ui-btn { margin-top: .5em; margin-bottom: .5em; text-align: left; z-index: 2; }
.ui-checkbox .ui-btn.ui-mini, .ui-radio .ui-btn.ui-mini { margin: .25em 0; }
.ui-checkbox .ui-btn, .ui-radio .ui-btn { text-align: left; z-index: 2; }
.ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn { margin: 0; }
.ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }

Expand Down

0 comments on commit 06affac

Please sign in to comment.