465d987d by Marty Penner

Fix alignment of "Remove Group" in admin edit option groups. refs #1679

1 parent 15b11f3c
...@@ -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;
......