80749287 by Marty Penner

Apply better margins to the option groups region

1 parent d59e505c
...@@ -1306,6 +1306,10 @@ h6.fieldset-heading { ...@@ -1306,6 +1306,10 @@ h6.fieldset-heading {
1306 height: 30px; 1306 height: 30px;
1307 } 1307 }
1308 1308
1309 .option-groups-region {
1310 margin-top: 15px !important;
1311 }
1312
1309 .option-groups-region .ui-icon { 1313 .option-groups-region .ui-icon {
1310 display: inline-block; 1314 display: inline-block;
1311 position: relative; 1315 position: relative;
......