r65375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65374‎ | r65375 | r65376 >
Date:10:59, 21 April 2010
Author:tstarling
Status:deferred
Tags:
Comment:
MFT r64456: Fixed a bug in the Vector skin where personal tools display behind the logo
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/skins/vector (modified) (history)
  • /branches/REL1_16/phase3/skins/vector/main-ltr.css (modified) (history)
  • /branches/REL1_16/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/skins/vector/main-ltr.css
@@ -70,6 +70,7 @@
7171 #p-personal {
7272 position: absolute;
7373 top: 0;
 74+ margin-left: 10em;
7475 right: 0.75em;
7576 }
7677 #p-personal h5 {
Index: branches/REL1_16/phase3/skins/vector/main-rtl.css
@@ -70,6 +70,7 @@
7171 #p-personal {
7272 position: absolute;
7373 top: 0;
 74+ margin-right: 10em;
7475 left: 0.75em;
7576 }
7677 #p-personal h5 {
Property changes on: branches/REL1_16/phase3/skins/vector
___________________________________________________________________
Name: svn:mergeinfo
7778 + /trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -48,6 +48,7 @@
4949 * (bug 23113) Fixed title in the show/hide links on diff pages
5050 * (bug 23117) Fixed API rollback, was returning "badtoken" for valid requests
5151 * (bug 23127) Re-added missing $1 parameter to the uploadtext message
 52+* Fixed a bug in the Vector skin where personal tools display behind the logo
5253
5354 === Changes since 1.16 beta 1 ===
5455

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64456Fixes bug where personal tools display behind the logo - now they wrap proper...tparscal21:08, 31 March 2010

Status & tagging log