r64456 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64455‎ | r64456 | r64457 >
Date:21:08, 31 March 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixes bug where personal tools display behind the logo - now they wrap properly into the white space beneeth them.
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
@@ -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: trunk/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 {

Follow-up revisions

RevisionCommit summaryAuthorDate
r64457Style bump for r64456.tparscal22:09, 31 March 2010
r653741.16wmf4: MFT r64456catrope10:58, 21 April 2010
r65375MFT r64456: Fixed a bug in the Vector skin where personal tools display behin...tstarling10:59, 21 April 2010

Status & tagging log