EditPage: Remove legacy non-OOUI render mode
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.styles.css
index 093a26d..7b6aaa8 100644 (file)
        font-size: 0.9em;
 }
 
-.mw-editform-ooui #wpSummaryWidget,
-.mw-editform-legacy #wpSummary {
+.mw-editform-ooui #wpSummaryWidget {
        display: block;
-       width: 80%;
        margin-bottom: 1em;
+       max-width: none;
 }
 
-/* Adjustments to edit form elements (only when $wgOOUIEditPage is false) */
-.mw-editform-legacy .editCheckboxes {
-       margin-bottom: 1em;
-}
-
-.mw-editform-legacy .editCheckboxes input:first-child {
-       margin-left: 0;
-}
-
-.mw-editform-legacy .cancelLink {
-       margin-left: 0.5em;
-}
-
-.mw-editform-legacy input#wpSummary {
-       background-color: #fff;
-       color: #000;
-       margin-top: 0;
-       padding: 0.625em 0.546875em 0.546875em;
-       border: 1px solid #a2a9b1;
-       border-radius: 2px;
-       box-shadow: inset 0 0 0 1px #fff;
-       font-family: inherit;
-       font-size: inherit;
-       -webkit-transition: border-color 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
-       -moz-transition: border-color 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
-       transition: border-color 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 ), box-shadow 200ms cubic-bezier( 0.39, 0.575, 0.565, 1 );
-}
-
-.mw-editform-legacy input#wpSummary:focus,
-.mw-editform-legacy input#wpSummary:active {
-       outline: 0;
-       border-color: #36c;
-       box-shadow: inset 0 0 0 1px #36c;
-}
-
-.mw-editform-legacy .editButtons input:first-child {
-       margin-left: 0.1em;
-}
-
-/* Adjustments to edit form elements (only when $wgOOUIEditPage is true) */
 .mw-editform-ooui #editpage-copywarn {
        line-height: 1.26;
 }
 
-.mw-editform-ooui #wpSummaryWidget {
-       max-width: none;
-}
-
 .mw-editform-ooui #wpSummaryLabel {
        margin: 0;
 }