90fec61f by Marty Penner

Revert "Fix option group styling"

This reverts commit b29ba838.
1 parent 8006404d
...@@ -1360,7 +1360,7 @@ h6.fieldset-heading { ...@@ -1360,7 +1360,7 @@ h6.fieldset-heading {
1360 } 1360 }
1361 1361
1362 .option-groups-region div input[type=text] { 1362 .option-groups-region div input[type=text] {
1363 width: 66%; 1363 width: 75%;
1364 } 1364 }
1365 1365
1366 .option-groups-region div textarea { 1366 .option-groups-region div textarea {
...@@ -1369,11 +1369,11 @@ h6.fieldset-heading { ...@@ -1369,11 +1369,11 @@ h6.fieldset-heading {
1369 1369
1370 .option-groups-region .group-title, 1370 .option-groups-region .group-title,
1371 .option-groups-region .editable-group-title { 1371 .option-groups-region .editable-group-title {
1372 max-width: 67%; 1372 max-width: 76%;
1373 min-width: 50px; 1373 min-width: 50px;
1374 min-height: 15px; 1374 min-height: 15px;
1375 position: relative; 1375 position: relative;
1376 left: 10px; 1376 left: -14px;
1377 } 1377 }
1378 1378
1379 .option-groups-region .group-title { 1379 .option-groups-region .group-title {
...@@ -1398,7 +1398,6 @@ h6.fieldset-heading { ...@@ -1398,7 +1398,6 @@ h6.fieldset-heading {
1398 } 1398 }
1399 1399
1400 .option-groups-region .label-spaced-left { 1400 .option-groups-region .label-spaced-left {
1401 margin-top: -4px;
1402 margin-left: 7px; 1401 margin-left: 7px;
1403 } 1402 }
1404 1403
...@@ -1468,6 +1467,15 @@ td.diff-left:hover, td.diff-right:hover { ...@@ -1468,6 +1467,15 @@ td.diff-left:hover, td.diff-right:hover {
1468 cursor: pointer; 1467 cursor: pointer;
1469 } 1468 }
1470 1469
1470 [aria-labelledby="ui-dialog-title-autosave-desync-message"] .ui-dialog-buttonset {
1471 width: 285px;
1472 margin: auto;
1473 }
1474
1475 [aria-labelledby="ui-dialog-title-autosave-desync-message"].ui-dialog .ui-dialog-buttonpane button {
1476 float: none;
1477 }
1478
1471 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly 1479 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
1472 just breaks hard-coded links to files */ 1480 just breaks hard-coded links to files */
1473 label[for="replace_type_1"], 1481 label[for="replace_type_1"],
......