b29ba838 by Marty Penner

Fix option group styling

1 parent af513cab
......@@ -1369,7 +1369,7 @@ h6.fieldset-heading {
}
.option-groups-region div input[type=text] {
width: 75%;
width: 66%;
}
.option-groups-region div textarea {
......@@ -1378,11 +1378,11 @@ h6.fieldset-heading {
.option-groups-region .group-title,
.option-groups-region .editable-group-title {
max-width: 76%;
max-width: 67%;
min-width: 50px;
min-height: 15px;
position: relative;
left: -14px;
left: 10px;
}
.option-groups-region .group-title {
......@@ -1407,6 +1407,7 @@ h6.fieldset-heading {
}
.option-groups-region .label-spaced-left {
margin-top: -4px;
margin-left: 7px;
}
......@@ -1476,15 +1477,6 @@ td.diff-left:hover, td.diff-right:hover {
cursor: pointer;
}
[aria-labelledby="ui-dialog-title-autosave-desync-message"] .ui-dialog-buttonset {
width: 285px;
margin: auto;
}
[aria-labelledby="ui-dialog-title-autosave-desync-message"].ui-dialog .ui-dialog-buttonpane button {
float: none;
}
/* Hide both options for the "Enable Media Replace" plugin, since the second option mostly
just breaks hard-coded links to files */
label[for="replace_type_1"],
......