r58219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58218‎ | r58219 | r58220 >
Date:21:10, 27 October 2009
Author:adam
Status:deferred
Tags:
Comment:
fixing a slight bug with watch/unwatch. The icon watch/unwatch was dependent on the dropdown menu for it's right border, and this should correct that
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (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/vector/main-ltr.css
@@ -1069,6 +1069,7 @@
10701070 /* Watch/Unwatch Icon Styling */
10711071 #ca-unwatch.icon,
10721072 #ca-watch.icon {
 1073+ margin-right:1px;
10731074 }
10741075 #ca-unwatch.icon a,
10751076 #ca-watch.icon a {
@@ -1104,3 +1105,8 @@
11051106 #ca-watch.icon a span {
11061107 display: none;
11071108 }
 1109+div.vectorTabs ul {
 1110+ background-image:url(images/tab-break.png);
 1111+ background-position:right bottom;
 1112+ background-repeat:no-repeat;
 1113+}
\ No newline at end of file
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -1069,6 +1069,7 @@
10701070 /* Watch/Unwatch Icon Styling */
10711071 #ca-unwatch.icon,
10721072 #ca-watch.icon {
 1073+ margin-left:1px;
10731074 }
10741075 #ca-unwatch.icon a,
10751076 #ca-watch.icon a {
@@ -1104,3 +1105,8 @@
11051106 #ca-watch.icon a span {
11061107 display: none;
11071108 }
 1109+div.vectorTabs ul {
 1110+ background-image:url(images/tab-break.png);
 1111+ background-position:left bottom;
 1112+ background-repeat:no-repeat;
 1113+}
\ No newline at end of file
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1605,7 +1605,7 @@
16061606 * to ensure that client-side caches do not keep obsolete copies of global
16071607 * styles.
16081608 */
1609 -$wgStyleVersion = '247';
 1609+$wgStyleVersion = '248';
16101610
16111611
16121612 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r59198wmf-deployment: Merge some revs for the upcoming usability deployment (apolog...catrope16:51, 18 November 2009
r59204wmf-deployment: Merging usability changes from trunk...catrope18:53, 18 November 2009

Status & tagging log