r52857 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52856‎ | r52857 | r52858 >
Date:20:38, 7 July 2009
Author:catrope
Status:ok
Tags:
Comment:
Followup to r52856: actually move stuff to common, not vector
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -615,3 +615,43 @@
616616 list-style-type: none;
617617 padding-right: 2em;
618618 }
 619+
 620+/* Classes for EXIF data display */
 621+table.mw_metadata {
 622+ font-size: 0.8em;
 623+ margin-left: 0.5em;
 624+ margin-bottom: 0.5em;
 625+ width: 300px;
 626+}
 627+
 628+table.mw_metadata caption {
 629+ font-weight: bold;
 630+}
 631+
 632+table.mw_metadata th {
 633+ font-weight: normal;
 634+}
 635+
 636+table.mw_metadata td {
 637+ padding: 0.1em;
 638+}
 639+
 640+table.mw_metadata {
 641+ border: none;
 642+ border-collapse: collapse;
 643+}
 644+
 645+table.mw_metadata td, table.mw_metadata th {
 646+ text-align: center;
 647+ border: 1px solid #aaaaaa;
 648+ padding-left: 0.1em;
 649+ padding-right: 0.1em;
 650+}
 651+
 652+table.mw_metadata th {
 653+ background-color: #f9f9f9;
 654+}
 655+
 656+table.mw_metadata td {
 657+ background-color: #fcfcfc;
 658+}
Index: trunk/phase3/skins/vector/main-ltr.css
@@ -890,46 +890,6 @@
891891 font-size: 95%;
892892 }
893893
894 -/* Classes for EXIF data display */
895 -table.mw_metadata {
896 - font-size: 0.8em;
897 - margin-left: 0.5em;
898 - margin-bottom: 0.5em;
899 - width: 300px;
900 -}
901 -
902 -table.mw_metadata caption {
903 - font-weight: bold;
904 -}
905 -
906 -table.mw_metadata th {
907 - font-weight: normal;
908 -}
909 -
910 -table.mw_metadata td {
911 - padding: 0.1em;
912 -}
913 -
914 -table.mw_metadata {
915 - border: none;
916 - border-collapse: collapse;
917 -}
918 -
919 -table.mw_metadata td, table.mw_metadata th {
920 - text-align: center;
921 - border: 1px solid #aaaaaa;
922 - padding-left: 0.1em;
923 - padding-right: 0.1em;
924 -}
925 -
926 -table.mw_metadata th {
927 - background-color: #f9f9f9;
928 -}
929 -
930 -table.mw_metadata td {
931 - background-color: #fcfcfc;
932 -}
933 -
934894 div#bodyContent {
935895 position: relative;
936896 }

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52856Fix up r52846 by moving up all mw_metadata stuff from monobook/modern to comm...catrope20:37, 7 July 2009

Status & tagging log