19ccb389 by Jeff Balicki

options

1 parent 43180e98
......@@ -1474,6 +1474,7 @@ h6.fieldset-heading {
.option-groups-region .sortable {
margin-left: 0;
margin-top: 10px;
margin-bottom: 15px;
}
.option-groups-region .sortable li{
margin-left: 0;
......@@ -1521,6 +1522,11 @@ h6.fieldset-heading {
.option-groups-region div textarea {
width: 99%;
margin-bottom: 10px;
}
input.optionTime {
margin-bottom: 10px;
}
.option-groups-region .group-title,
......@@ -1569,7 +1575,7 @@ h6.fieldset-heading {
.option-groups-region .toggle-lang-container {
display: inline-block;
float: right;
margin-top: -10px;
margin-top: 0px;
}
.field-option .toggle-lang-container {
......