options
Showing
1 changed file
with
9 additions
and
2 deletions
| ... | @@ -1464,7 +1464,7 @@ h6.fieldset-heading { | ... | @@ -1464,7 +1464,7 @@ h6.fieldset-heading { |
| 1464 | } | 1464 | } |
| 1465 | 1465 | ||
| 1466 | .option-groups-region .remove-option { | 1466 | .option-groups-region .remove-option { |
| 1467 | margin-top: 4px; | 1467 | margin-top: 0px; |
| 1468 | } | 1468 | } |
| 1469 | 1469 | ||
| 1470 | .option-groups-region .sortable .sortable-placeholder { | 1470 | .option-groups-region .sortable .sortable-placeholder { |
| ... | @@ -1473,13 +1473,20 @@ h6.fieldset-heading { | ... | @@ -1473,13 +1473,20 @@ h6.fieldset-heading { |
| 1473 | 1473 | ||
| 1474 | .option-groups-region .sortable { | 1474 | .option-groups-region .sortable { |
| 1475 | margin-left: 0; | 1475 | margin-left: 0; |
| 1476 | margin-top: 10px; | ||
| 1477 | } | ||
| 1478 | .option-groups-region .sortable li{ | ||
| 1479 | margin-left: 0; | ||
| 1480 | } | ||
| 1481 | .option-groups-region .sortable li ol li{ | ||
| 1482 | margin-left: 35px; | ||
| 1476 | } | 1483 | } |
| 1477 | |||
| 1478 | .option-groups-region .sortable li { | 1484 | .option-groups-region .sortable li { |
| 1479 | background-color: #ccc; | 1485 | background-color: #ccc; |
| 1480 | border: 1px solid #aaa; | 1486 | border: 1px solid #aaa; |
| 1481 | padding-left: 5px; | 1487 | padding-left: 5px; |
| 1482 | padding-right: 5px; | 1488 | padding-right: 5px; |
| 1489 | |||
| 1483 | } | 1490 | } |
| 1484 | 1491 | ||
| 1485 | .option-groups-region .accordion-header { | 1492 | .option-groups-region .accordion-header { | ... | ... |
-
Please register or sign in to post a comment