Absolutely position "legend" on grouped results
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.changeslist.css
index 532ca86..734666f 100644 (file)
 .mw-changeslist-legend.mw-collapsed .mw-collapsible-content {
        display: none;
 }
+
+/* Prevent pushing down of content if legend is initially collapsed */
+.mw-changeslist-legend.mw-collapsed ~ ul.special > li:first-child {
+       clear: right;
+}
+
+/* Absolute positioning to avoid table overlap with floating elements */
+.mw-changeslist-legend.mw-enhanced {
+       background-color: #fff;
+       position: absolute;
+       right: 0;
+       margin-top: -0.5em;
+}