r52815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52814‎ | r52815 | r52816 >
Date:23:35, 6 July 2009
Author:catrope
Status:ok
Tags:
Comment:
(bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css to common/shared.css
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1270,10 +1270,6 @@
12711271 background-color: #fcfcfc;
12721272 }
12731273
1274 -table.collapsed tr.collapsable {
1275 - display: none;
1276 -}
1277 -
12781274 input#wpSummary {
12791275 width: 80%;
12801276 }
Index: trunk/phase3/skins/common/shared.css
@@ -515,6 +515,11 @@
516516 font-weight: bold;
517517 }
518518
 519+/* hide initially collapsed collapsable tables */
 520+table.collapsed tr.collapsable {
 521+ display: none;
 522+}
 523+
519524 /* success and error messages */
520525 .success {
521526 color: green;
@@ -592,4 +597,4 @@
593598 display: inline;
594599 list-style-type: none;
595600 padding-right: 2em;
596 -}
\ No newline at end of file
 601+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log