Remove perf tracking code that was moved to WikimediaEvents in Ib300af5c
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.watchlist.css
index c802f8c..c9861c2 100644 (file)
@@ -1,4 +1,15 @@
-.mw-htmlform-ooui-wrapper {
-       /* We're gonna need a bigger form! */
-       width: 60em;
+/*!
+ * Styling for elements generated by JavaScript on Special:Watchlist
+ */
+.mw-changelist-line-inner-unwatched {
+       text-decoration: line-through;
+       opacity: 0.5;
+}
+
+span.mw-changeslist-line-prefix {
+       display: inline-block;
+}
+/* This can be either a span or a table cell */
+.mw-changeslist-line-prefix {
+       width: 1.25em;
 }