f687440e by Marty Penner

Improve option group styling. refs #1679

1 parent 465d987d
...@@ -1410,6 +1410,10 @@ h6.fieldset-heading { ...@@ -1410,6 +1410,10 @@ h6.fieldset-heading {
1410 color: rgb(33, 117, 155); 1410 color: rgb(33, 117, 155);
1411 } 1411 }
1412 1412
1413 .option-groups-region .accordion-content .field-option-description {
1414 margin-left: 16px;
1415 }
1416
1413 .dragged { 1417 .dragged {
1414 position: absolute; 1418 position: absolute;
1415 opacity: 0.5; 1419 opacity: 0.5;
......