r52856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52855‎ | r52856 | r52857 >
Date:20:37, 7 July 2009
Author:catrope
Status:resolved
Tags:
Comment:
Fix up r52846 by moving up all mw_metadata stuff from monobook/modern to common CSS
Modified paths:
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1222,46 +1222,6 @@
12231223 text-indent: -2em;
12241224 }
12251225
1226 -/* Classes for EXIF data display */
1227 -table.mw_metadata {
1228 - font-size: 0.8em;
1229 - margin-left: 0.5em;
1230 - margin-bottom: 0.5em;
1231 - width: 300px;
1232 -}
1233 -
1234 -table.mw_metadata caption {
1235 - font-weight: bold;
1236 -}
1237 -
1238 -table.mw_metadata th {
1239 - font-weight: normal;
1240 -}
1241 -
1242 -table.mw_metadata td {
1243 - padding: 0.1em;
1244 -}
1245 -
1246 -table.mw_metadata {
1247 - border: none;
1248 - border-collapse: collapse;
1249 -}
1250 -
1251 -table.mw_metadata td, table.mw_metadata th {
1252 - text-align: center;
1253 - border: 1px solid #aaaaaa;
1254 - padding-left: 0.1em;
1255 - padding-right: 0.1em;
1256 -}
1257 -
1258 -table.mw_metadata th {
1259 - background-color: #f9f9f9;
1260 -}
1261 -
1262 -table.mw_metadata td {
1263 - background-color: #fcfcfc;
1264 -}
1265 -
12661226 input#wpSummary {
12671227 width: 80%;
12681228 }
Index: trunk/phase3/skins/modern/main.css
@@ -734,46 +734,6 @@
735735 text-indent: -2em;
736736 }
737737
738 -/* Classes for EXIF data display */
739 -table.mw_metadata {
740 - font-size: 0.8em;
741 - margin-left: 0.5em;
742 - margin-bottom: 0.5em;
743 - width: 300px;
744 -}
745 -
746 -table.mw_metadata caption {
747 - font-weight: bold;
748 -}
749 -
750 -table.mw_metadata th {
751 - font-weight: normal;
752 -}
753 -
754 -table.mw_metadata td {
755 - padding: 0.1em;
756 -}
757 -
758 -table.mw_metadata {
759 - border: none;
760 - border-collapse: collapse;
761 -}
762 -
763 -table.mw_metadata td, table.mw_metadata th {
764 - text-align: center;
765 - border: 1px solid #aaaaaa;
766 - padding-left: 0.1em;
767 - padding-right: 0.1em;
768 -}
769 -
770 -table.mw_metadata th {
771 - background-color: #f9f9f9;
772 -}
773 -
774 -table.mw_metadata td {
775 - background-color: #fcfcfc;
776 -}
777 -
778738 table.collapsed tr.collapsable {
779739 display: none;
780740 }
Index: trunk/phase3/skins/vector/main-ltr.css
@@ -890,6 +890,47 @@
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+
894934 div#bodyContent {
895935 position: relative;
896 -}
\ No newline at end of file
 936+}
 937+
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -902,6 +902,47 @@
903903 font-size: 95%;
904904 }
905905
 906+/* Classes for EXIF data display */
 907+table.mw_metadata {
 908+ font-size: 0.8em;
 909+ margin-right: 0.5em;
 910+ margin-bottom: 0.5em;
 911+ width: 300px;
 912+}
 913+
 914+table.mw_metadata caption {
 915+ font-weight: bold;
 916+}
 917+
 918+table.mw_metadata th {
 919+ font-weight: normal;
 920+}
 921+
 922+table.mw_metadata td {
 923+ padding: 0.1em;
 924+}
 925+
 926+table.mw_metadata {
 927+ border: none;
 928+ border-collapse: collapse;
 929+}
 930+
 931+table.mw_metadata td, table.mw_metadata th {
 932+ text-align: center;
 933+ border: 1px solid #aaaaaa;
 934+ padding-left: 0.1em;
 935+ padding-right: 0.1em;
 936+}
 937+
 938+table.mw_metadata th {
 939+ background-color: #f9f9f9;
 940+}
 941+
 942+table.mw_metadata td {
 943+ background-color: #fcfcfc;
 944+}
 945+
906946 div#bodyContent {
907947 position: relative;
908 -}
\ No newline at end of file
 948+}
 949+

Follow-up revisions

RevisionCommit summaryAuthorDate
r52857Followup to r52856: actually move stuff to common, not vectorcatrope20:38, 7 July 2009
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
r52846(bug 19529) Missing styling for metadata table in Vectorcatrope17:03, 7 July 2009

Status & tagging log