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)
commitd30edce749ee8d245ea1588bd4cbd958be198a9a
tree24ed3bba9d482810dd839d47f780f9c80fa30222
parent343c01d56b8539d0d70d10841c0123b7cce3cd18
Move editoptions styling to mediawiki.skinning/interface.css

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]