465d987d by Marty Penner

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

1 parent 15b11f3c
...@@ -1351,12 +1351,14 @@ h6.fieldset-heading { ...@@ -1351,12 +1351,14 @@ h6.fieldset-heading {
1351 } 1351 }
1352 1352
1353 .option-groups-region .accordion-header { 1353 .option-groups-region .accordion-header {
1354 overflow: hidden; 1354 -moz-box-sizing: border-box;
1355 display: block; 1355 box-sizing: border-box;
1356 width: 96%; 1356 overflow: hidden;
1357 cursor: move; 1357 display: block;
1358 margin-top: 0 !important; 1358 width: 98%;
1359 padding: 10px; 1359 cursor: move;
1360 margin-top: 0 !important;
1361 padding: 10px;
1360 } 1362 }
1361 1363
1362 .option-groups-region .accordion-content { 1364 .option-groups-region .accordion-content {
......