b29ba838 by Marty Penner

Fix option group styling

1 parent af513cab
...@@ -1369,7 +1369,7 @@ h6.fieldset-heading { ...@@ -1369,7 +1369,7 @@ h6.fieldset-heading {
1369 } 1369 }
1370 1370
1371 .option-groups-region div input[type=text] { 1371 .option-groups-region div input[type=text] {
1372 width: 75%; 1372 width: 66%;
1373 } 1373 }
1374 1374
1375 .option-groups-region div textarea { 1375 .option-groups-region div textarea {
...@@ -1378,11 +1378,11 @@ h6.fieldset-heading { ...@@ -1378,11 +1378,11 @@ h6.fieldset-heading {
1378 1378
1379 .option-groups-region .group-title, 1379 .option-groups-region .group-title,
1380 .option-groups-region .editable-group-title { 1380 .option-groups-region .editable-group-title {
1381 max-width: 76%; 1381 max-width: 67%;
1382 min-width: 50px; 1382 min-width: 50px;
1383 min-height: 15px; 1383 min-height: 15px;
1384 position: relative; 1384 position: relative;
1385 left: -14px; 1385 left: 10px;
1386 } 1386 }
1387 1387
1388 .option-groups-region .group-title { 1388 .option-groups-region .group-title {
...@@ -1407,6 +1407,7 @@ h6.fieldset-heading { ...@@ -1407,6 +1407,7 @@ h6.fieldset-heading {
1407 } 1407 }
1408 1408
1409 .option-groups-region .label-spaced-left { 1409 .option-groups-region .label-spaced-left {
1410 margin-top: -4px;
1410 margin-left: 7px; 1411 margin-left: 7px;
1411 } 1412 }
1412 1413
...@@ -1476,15 +1477,6 @@ td.diff-left:hover, td.diff-right:hover { ...@@ -1476,15 +1477,6 @@ td.diff-left:hover, td.diff-right:hover {
1476 cursor: pointer; 1477 cursor: pointer;
1477 } 1478 }
1478 1479
1479 [aria-labelledby="ui-dialog-title-autosave-desync-message"] .ui-dialog-buttonset {
1480 width: 285px;
1481 margin: auto;
1482 }
1483
1484 [aria-labelledby="ui-dialog-title-autosave-desync-message"].ui-dialog .ui-dialog-buttonpane button {
1485 float: none;
1486 }
1487
1488 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly 1480 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
1489 just breaks hard-coded links to files */ 1481 just breaks hard-coded links to files */
1490 label[for="replace_type_1"], 1482 label[for="replace_type_1"],
......