public/stylesheets/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss in erp_app-3.0.16 vs public/stylesheets/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss in erp_app-3.1.0
- old
+ new
@@ -1,13 +1,16 @@
+/**
+ * Creates the base structure of checkbox field.
+ * @member Ext.form.field.Checkbox
+ */
@mixin extjs-form-checkboxfield {
.#{$prefix}form-cb-wrap {
padding-top: 3px;
}
.#{$prefix}form-checkbox,
.#{$prefix}form-radio {
- float: none;
vertical-align: -1px;
width: $form-checkbox-size;
height: $form-checkbox-size;
background: no-repeat;
@@ -58,8 +61,8 @@
}
.#{$prefix}form-cb-label-after {
margin-left: 4px;
}
-
+
}
\ No newline at end of file