Merge "selenium: invoke jobs to enforce eventual consistency"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.TitleWidget.less
index deca71b..5540c64 100644 (file)
@@ -20,6 +20,8 @@
                        .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;
                }
        }
 
-       &:not( &-withDescriptions ) {
+       /* TODO: Should be able to use :not( &-withDescriptions ) but LESS version is buggy (T204816) */
+       &:not( .mw-widget-titleWidget-menu-withDescriptions ) {
                .mw-widget-titleOptionWidget-description {
                        display: none;
                }
        }
 }
+
+/* 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 );
+}