13d79554 by Marty Penner

Fix styling of admin option groups

1 parent caa49320
......@@ -1302,7 +1302,7 @@ h6.fieldset-heading {
}
.option-groups-region .ui-icon ~ .ui-icon {
left: -15px;
left: 20px;
cursor: pointer;
}
......@@ -1378,7 +1378,7 @@ h6.fieldset-heading {
min-width: 50px;
min-height: 15px;
position: relative;
left: -14px;
left: 20px;
}
.option-groups-region .group-title {
......@@ -1386,7 +1386,7 @@ h6.fieldset-heading {
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
top: 2px;
top: 3px;
box-shadow: 0 0 2px 2px rgb(33, 117, 155);
}
......