Merge "Fix escaping of i18n message shared-repo-from"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.RcTopSectionWidget.less
index 38f6f28..6f3cdfe 100644 (file)
@@ -1,6 +1,13 @@
 .mw-rcfilters-ui-rcTopSectionWidget {
        &-topLinks {
-               width: 100%;
+               &-table {
+                       width: 100%;
+               }
+
+               &-top {
+                       display: block;
+                       width: 100%;
+               }
        }
 
        &-savedLinks {
@@ -9,25 +16,8 @@
        }
 
        .mw-recentchanges-toplinks {
-               padding: 0 0.5em;
-
                .oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless .oo-ui-buttonElement-button {
                        padding: 0 2.5em 0 0.5em;
                }
-
-               &-title,
-               .mw-collapsible-text {
-                       // Same as the legend
-                       font-size: 0.85em;
-               }
-
-               &:not( .mw-collapsed ) {
-                       // Same as the legend
-                       border: 1px solid #ddd;
-               }
-
-               &:not( .mw-rcfilters-ui-ready ) {
-                       display: none;
-               }
        }
 }