a162b02a by Marty Penner

Tweak option group styling

1 parent b70b4a13
...@@ -1313,6 +1313,10 @@ h6.fieldset-heading { ...@@ -1313,6 +1313,10 @@ h6.fieldset-heading {
1313 left: -10px; 1313 left: -10px;
1314 } 1314 }
1315 1315
1316 .option-groups-region .ui-icon ~ .ui-icon {
1317 left: -15px;
1318 }
1319
1316 .option-groups-region .field-option .ui-icon { 1320 .option-groups-region .field-option .ui-icon {
1317 top: 4px; 1321 top: 4px;
1318 } 1322 }
...@@ -1323,7 +1327,7 @@ h6.fieldset-heading { ...@@ -1323,7 +1327,7 @@ h6.fieldset-heading {
1323 } 1327 }
1324 1328
1325 .option-groups-region .remove-group { 1329 .option-groups-region .remove-group {
1326 margin-top: 1px; 1330 margin-top: 3px;
1327 } 1331 }
1328 1332
1329 .option-groups-region .remove-option { 1333 .option-groups-region .remove-option {
...@@ -1377,14 +1381,20 @@ h6.fieldset-heading { ...@@ -1377,14 +1381,20 @@ h6.fieldset-heading {
1377 width: 99%; 1381 width: 99%;
1378 } 1382 }
1379 1383
1384 .option-groups-region .group-title,
1385 .option-groups-region .editable-group-title {
1386 width: 400px;
1387 min-height: 15px;
1388 position: relative;
1389 left: -14px;
1390 }
1391
1380 .option-groups-region .group-title { 1392 .option-groups-region .group-title {
1381 display: inline-block; 1393 display: inline-block;
1382 max-width: 415px;
1383 text-overflow: ellipsis; 1394 text-overflow: ellipsis;
1384 overflow: hidden; 1395 overflow: hidden;
1385 position: relative;
1386 top: 2px;
1387 cursor: pointer; 1396 cursor: pointer;
1397 top: 2px;
1388 } 1398 }
1389 1399
1390 .option-groups-region .group-title:hover { 1400 .option-groups-region .group-title:hover {
......