Move editoptions styling to mediawiki.skinning/interface.css
authorisarra <s@zaori.org>
Wed, 24 Sep 2014 21:16:35 +0000 (21:16 +0000)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 25 Sep 2014 19:38:20 +0000 (19:38 +0000)
Adding the editoptions box styling to mediawiki.skinning.interface instead
of the skin-agnostic mediawiki.action.* means it will only be added to skins
where it's likely to be appropriate, as this is also where the similar styles
for toc, categories, etc are defined.

This way skins in which the editoptions box would be inappropriate need never
worry about it anyway because they won't be using mediawiki.skinning.interface
for the same reason.

Bug: 58254
Change-Id: Ibd1c0617c426e34e7213ca0ce89a126340b012a7

resources/src/mediawiki.action/mediawiki.action.edit.styles.css [changed mode: 0644->0755]
resources/src/mediawiki.skinning/interface.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7148b96..4209aa1
@@ -8,14 +8,6 @@
        display: block;
 }
 
-.editOptions {
-       background-color: #F0F0F0;
-       border: 1px solid silver;
-       border-top: none;
-       padding: 1em 1em 1.5em 1em;
-       margin-bottom: 2em;
-}
-
 /* Adjustments to edit form elements */
 .editCheckboxes {
        margin-bottom: 1em;
old mode 100644 (file)
new mode 100755 (executable)
index 398a132..b57ee36
        clear: both;
 }
 
+.editOptions {
+       background-color: #F0F0F0;
+       border: 1px solid silver;
+       border-top: none;
+       padding: 1em 1em 1.5em 1em;
+       margin-bottom: 2em;
+}
+
 .usermessage {
        background-color: #ffce7b;
        border: 1px solid #ffa500;