Merge "tests: Remove some unused stuff in phpunit tests"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.TitleWidget.less
index c47cc60..be3c10e 100644 (file)
@@ -4,6 +4,7 @@
  * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
  * @license The MIT License (MIT); see LICENSE.txt
  */
+@import 'mediawiki.mixins';
 
 .mw-widget-titleWidget-menu {
        .mw-widget-titleOptionWidget {
 
        &-withImages {
                .mw-widget-titleOptionWidget {
-                       -webkit-box-sizing: border-box;
-                       -moz-box-sizing: border-box;
-                       box-sizing: border-box;
+                       .box-sizing( border-box );
                        min-height: 3.75em;
                        padding-left: 4.75em;
+                       padding-top: 0.5em;
+                       padding-bottom: 0.5em;
 
                        &:not( :last-child ) {
                                margin-bottom: 2px;
                }
        }
 }
+
+/* Icons */
+
+.oo-ui-icon-page-disambiguation {
+       /* @embed */
+       background-image: url( images/page-disambiguation-ltr.svg );
+}
+
+.oo-ui-icon-page-existing {
+       /* @embed */
+       background-image: url( images/page-existing-ltr.svg );
+}
+
+.oo-ui-icon-page-not-found {
+       /* @embed */
+       background-image: url( images/page-not-found-ltr.svg );
+}
+
+.oo-ui-icon-page-not-found:lang( he ) {
+       /* @embed */
+       background-image: url( images/page-not-found-he-yi.svg );
+}
+
+.oo-ui-icon-page-redirect {
+       /* @embed */
+       background-image: url( images/page-redirect-ltr.svg );
+}