r52846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52845‎ | r52846 | r52847 >
Date:17:03, 7 July 2009
Author:catrope
Status:resolved (Comments)
Tags:
Comment:
(bug 19529) Missing styling for metadata table in Vector
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -882,3 +882,9 @@
883883 font-weight: bold;
884884 }
885885
 886+.toccolours {
 887+ border: 1px solid #aaa;
 888+ background-color: #f9f9f9;
 889+ padding: 5px;
 890+ font-size: 95%;
 891+}
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -895,3 +895,9 @@
896896 font-weight: bold;
897897 }
898898
 899+.toccolours {
 900+ border: 1px solid #aaa;
 901+ background-color: #f9f9f9;
 902+ padding: 5px;
 903+ font-size: 95%;
 904+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r52856Fix up r52846 by moving up all mw_metadata stuff from monobook/modern to comm...catrope20:37, 7 July 2009
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Comments

#Comment by Raymond (talk | contribs)   19:24, 7 July 2009

I still do not see a border and cell lines at the metadata table. Example: http://translatewiki.net/wiki/File:Meike%20Gottschalk%20als%20Agnetha%20-%20ColognePride%202009%20%282407%29.jpg?useskin=vector&uselang=en

(translatewiki is running r52853)

#Comment by Catrope (talk | contribs)   20:03, 7 July 2009

I do see it; you may need to purge cache.

#Comment by Raymond (talk | contribs)   20:16, 7 July 2009

Cannot confirm that purging/deleting cache helps :-( Tried it with different browers. No border around the metatada (Camera manufacturer Canon ...)

#Comment by Catrope (talk | contribs)   20:38, 7 July 2009

Should be fixed with r52856 and r52857

Status & tagging log