13d79554 by Marty Penner

Fix styling of admin option groups

1 parent caa49320
...@@ -1302,7 +1302,7 @@ h6.fieldset-heading { ...@@ -1302,7 +1302,7 @@ h6.fieldset-heading {
1302 } 1302 }
1303 1303
1304 .option-groups-region .ui-icon ~ .ui-icon { 1304 .option-groups-region .ui-icon ~ .ui-icon {
1305 left: -15px; 1305 left: 20px;
1306 cursor: pointer; 1306 cursor: pointer;
1307 } 1307 }
1308 1308
...@@ -1378,7 +1378,7 @@ h6.fieldset-heading { ...@@ -1378,7 +1378,7 @@ h6.fieldset-heading {
1378 min-width: 50px; 1378 min-width: 50px;
1379 min-height: 15px; 1379 min-height: 15px;
1380 position: relative; 1380 position: relative;
1381 left: -14px; 1381 left: 20px;
1382 } 1382 }
1383 1383
1384 .option-groups-region .group-title { 1384 .option-groups-region .group-title {
...@@ -1386,7 +1386,7 @@ h6.fieldset-heading { ...@@ -1386,7 +1386,7 @@ h6.fieldset-heading {
1386 text-overflow: ellipsis; 1386 text-overflow: ellipsis;
1387 overflow: hidden; 1387 overflow: hidden;
1388 cursor: pointer; 1388 cursor: pointer;
1389 top: 2px; 1389 top: 3px;
1390 box-shadow: 0 0 2px 2px rgb(33, 117, 155); 1390 box-shadow: 0 0 2px 2px rgb(33, 117, 155);
1391 } 1391 }
1392 1392
......