http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65375

Revision: 65375
Author:   tstarling
Date:     2010-04-21 10:59:22 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
MFT r64456: Fixed a bug in the Vector skin where personal tools display behind 
the logo

Modified Paths:
--------------
    branches/REL1_16/phase3/RELEASE-NOTES
    branches/REL1_16/phase3/skins/vector/main-ltr.css
    branches/REL1_16/phase3/skins/vector/main-rtl.css

Property Changed:
----------------
    branches/REL1_16/phase3/skins/vector/

Modified: branches/REL1_16/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_16/phase3/RELEASE-NOTES       2010-04-21 10:58:58 UTC (rev 
65374)
+++ branches/REL1_16/phase3/RELEASE-NOTES       2010-04-21 10:59:22 UTC (rev 
65375)
@@ -48,6 +48,7 @@
 * (bug 23113) Fixed title in the show/hide links on diff pages
 * (bug 23117) Fixed API rollback, was returning "badtoken" for valid requests
 * (bug 23127) Re-added missing $1 parameter to the uploadtext message
+* Fixed a bug in the Vector skin where personal tools display behind the logo
 
 === Changes since 1.16 beta 1 ===
 


Property changes on: branches/REL1_16/phase3/skins/vector
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456

Modified: branches/REL1_16/phase3/skins/vector/main-ltr.css
===================================================================
--- branches/REL1_16/phase3/skins/vector/main-ltr.css   2010-04-21 10:58:58 UTC 
(rev 65374)
+++ branches/REL1_16/phase3/skins/vector/main-ltr.css   2010-04-21 10:59:22 UTC 
(rev 65375)
@@ -70,6 +70,7 @@
        #p-personal {
                position: absolute;
                top: 0;
+               margin-left: 10em;
                right: 0.75em;
        }
        #p-personal h5 {

Modified: branches/REL1_16/phase3/skins/vector/main-rtl.css
===================================================================
--- branches/REL1_16/phase3/skins/vector/main-rtl.css   2010-04-21 10:58:58 UTC 
(rev 65374)
+++ branches/REL1_16/phase3/skins/vector/main-rtl.css   2010-04-21 10:59:22 UTC 
(rev 65375)
@@ -70,6 +70,7 @@
        #p-personal {
                position: absolute;
                top: 0;
+               margin-right: 10em;
                left: 0.75em;
        }
        #p-personal h5 {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to