19ccb389 by Jeff Balicki

options

1 parent 43180e98
...@@ -1474,6 +1474,7 @@ h6.fieldset-heading { ...@@ -1474,6 +1474,7 @@ h6.fieldset-heading {
1474 .option-groups-region .sortable { 1474 .option-groups-region .sortable {
1475 margin-left: 0; 1475 margin-left: 0;
1476 margin-top: 10px; 1476 margin-top: 10px;
1477 margin-bottom: 15px;
1477 } 1478 }
1478 .option-groups-region .sortable li{ 1479 .option-groups-region .sortable li{
1479 margin-left: 0; 1480 margin-left: 0;
...@@ -1521,6 +1522,11 @@ h6.fieldset-heading { ...@@ -1521,6 +1522,11 @@ h6.fieldset-heading {
1521 1522
1522 .option-groups-region div textarea { 1523 .option-groups-region div textarea {
1523 width: 99%; 1524 width: 99%;
1525 margin-bottom: 10px;
1526 }
1527
1528 input.optionTime {
1529 margin-bottom: 10px;
1524 } 1530 }
1525 1531
1526 .option-groups-region .group-title, 1532 .option-groups-region .group-title,
...@@ -1569,7 +1575,7 @@ h6.fieldset-heading { ...@@ -1569,7 +1575,7 @@ h6.fieldset-heading {
1569 .option-groups-region .toggle-lang-container { 1575 .option-groups-region .toggle-lang-container {
1570 display: inline-block; 1576 display: inline-block;
1571 float: right; 1577 float: right;
1572 margin-top: -10px; 1578 margin-top: 0px;
1573 } 1579 }
1574 1580
1575 .field-option .toggle-lang-container { 1581 .field-option .toggle-lang-container {
......