e8afdb12 by Marty Penner

Style the dialog for option group autosave desync

1 parent dbbaa5b5
...@@ -1488,6 +1488,15 @@ td.diff-left:hover, td.diff-right:hover { ...@@ -1488,6 +1488,15 @@ td.diff-left:hover, td.diff-right:hover {
1488 cursor: pointer; 1488 cursor: pointer;
1489 } 1489 }
1490 1490
1491 [aria-labelledby="ui-dialog-title-autosave-desync-message"] .ui-dialog-buttonset {
1492 width: 285px;
1493 margin: auto;
1494 }
1495
1496 [aria-labelledby="ui-dialog-title-autosave-desync-message"].ui-dialog .ui-dialog-buttonpane button {
1497 float: none;
1498 }
1499
1491 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly 1500 /* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
1492 just breaks hard-coded links to files */ 1501 just breaks hard-coded links to files */
1493 label[for="replace_type_1"], 1502 label[for="replace_type_1"],
...@@ -1502,7 +1511,7 @@ a, input, textarea, select { ...@@ -1502,7 +1511,7 @@ a, input, textarea, select {
1502 transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; 1511 transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
1503 } 1512 }
1504 1513
1505 /** General Utility Classes **/ 1514
1506 1515
1507 .left, .float-left { 1516 .left, .float-left {
1508 float: left; 1517 float: left;
......