Skip to content

Commit b522d8f

Browse files
committed
Cleaned up whitespace
1 parent 21df602 commit b522d8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/jquery.mobile.controlGroup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ $.fn.controlgroup = function(options){
99

1010
return $(this).each(function(){
1111

12-
if ($(this).hasClass("ui-fluid") && this.tagName != "FIELDSET") {
13-
$(this).children().wrapAll("<div class='ui-table-row' />");
12+
if ( $(this).hasClass("ui-fluid") && this.tagName != "FIELDSET" ) {
13+
$(this).children().wrapAll( "<div class='ui-table-row' />" ) ;
1414
}
1515

1616
var o = $.extend({

themes/default/jquery.mobile.controlgroup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
.ui-fluid .ui-btn { display: table-cell; text-align: center; }
3232
.ui-fluid .ui-btn .ui-btn-inner { width: 100%; padding: 0.6em 0px; }
3333

34-
.ui-fluid .ui-controlgroup-controls {width: 100%; display: table;}
35-
.ui-fluid .ui-checkbox, .ui-fluid .ui-radio {display: table-cell;}
36-
.ui-fluid .ui-checkbox label, .ui-fluid .ui-radio label {width: 100%;display: block; text-align: center;}
34+
.ui-fluid .ui-controlgroup-controls { width: 100%; display: table; }
35+
.ui-fluid .ui-checkbox, .ui-fluid .ui-radio { display: table-cell; }
36+
.ui-fluid .ui-checkbox label, .ui-fluid .ui-radio label { width: 100%;display: block; text-align: center; }

0 commit comments

Comments
 (0)