Merge "Fix ParserOutput::getText 'unwrap' flag for end-of-doc comment"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.changeslist.css
index a06aa95..65860ea 100644 (file)
@@ -26,7 +26,7 @@
 }
 
 .mw-plusminus-null {
-       color: #aaa; /* gray */
+       color: #a2a9b1; /* gray */
 }
 
 /*
        unicode-bidi: -moz-isolate;
        unicode-bidi: isolate;
 }
+
+/* Prevent FOUC if legend is initially collapsed */
+.mw-changeslist-legend.mw-collapsed .mw-collapsible-content {
+       display: none;
+}
+
+.mw-changeslist-legend.mw-collapsed {
+       margin-bottom: 0;
+}
+
+/* Prevent pushing down the content if legend is collapsed */
+.mw-changeslist-legend.mw-collapsed ~ ul:first-of-type > li:first-child,
+.mw-changeslist-legend.mw-collapsed + h4 + div > table.mw-changeslist-line:first-child {
+       clear: right;
+}