Fix alignment of "Remove Group" in admin edit option groups. refs #1679
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -1351,9 +1351,11 @@ h6.fieldset-heading { | ... | @@ -1351,9 +1351,11 @@ h6.fieldset-heading { |
| 1351 | } | 1351 | } |
| 1352 | 1352 | ||
| 1353 | .option-groups-region .accordion-header { | 1353 | .option-groups-region .accordion-header { |
| 1354 | -moz-box-sizing: border-box; | ||
| 1355 | box-sizing: border-box; | ||
| 1354 | overflow: hidden; | 1356 | overflow: hidden; |
| 1355 | display: block; | 1357 | display: block; |
| 1356 | width: 96%; | 1358 | width: 98%; |
| 1357 | cursor: move; | 1359 | cursor: move; |
| 1358 | margin-top: 0 !important; | 1360 | margin-top: 0 !important; |
| 1359 | padding: 10px; | 1361 | padding: 10px; | ... | ... |
-
Please register or sign in to post a comment