Skip to content

Commit 97642b5

Browse files
committed
Fixed alignment of other checkboxes
1 parent 4ddae72 commit 97642b5

File tree

5 files changed

+13
-22
lines changed

5 files changed

+13
-22
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.admin__grid-control-value {
2121
display: none;
2222
}
23-
}
23+
}
2424
}
2525

2626
.product-composite-configure-inner {
@@ -102,3 +102,14 @@
102102
}
103103
}
104104
}
105+
106+
//
107+
// Catalog Product Edit Action Attribute
108+
// ---------------------------------------------
109+
.admin__field-control {
110+
.attribute-change-checkbox {
111+
input[type='checkbox'].checkbox {
112+
margin-top: 0;
113+
}
114+
}
115+
}

app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source/_module.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,4 @@
101101
}
102102
}
103103
}
104-
105-
> .admin__field > .admin__field-control {
106-
input[type='checkbox'] {
107-
margin: 8px 0 0 0;
108-
}
109-
}
110104
}

app/design/adminhtml/Magento/backend/Magento_Review/web/css/source/_module.less

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,3 @@
7777
}
7878
}
7979
}
80-
81-
.review-rating-edit {
82-
.admin__field-control.control {
83-
input[type='checkbox'] {
84-
margin: 8px 0 0 0;
85-
}
86-
}
87-
}

app/design/adminhtml/Magento/backend/Magento_Tax/web/css/source/_module.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@
2525
font-size: 1.3rem;
2626
}
2727
}
28-
29-
.admin__fieldset > .admin__field > .admin__field-control {
30-
input.zip-is-range-checkbox {
31-
margin: 8px 0 0 0;
32-
}
33-
}

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
> .admin__field-control {
123123
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
124124
input[type="checkbox"] {
125-
margin-top: 0;
125+
margin-top: @indent__s;
126126
}
127127
}
128128

0 commit comments

Comments
 (0)