Index: branches/REL1_16/phase3/skins/vector/main-ltr.css |
— | — | @@ -70,6 +70,7 @@ |
71 | 71 | #p-personal { |
72 | 72 | position: absolute; |
73 | 73 | top: 0; |
| 74 | + margin-left: 10em; |
74 | 75 | right: 0.75em; |
75 | 76 | } |
76 | 77 | #p-personal h5 { |
Index: branches/REL1_16/phase3/skins/vector/main-rtl.css |
— | — | @@ -70,6 +70,7 @@ |
71 | 71 | #p-personal { |
72 | 72 | position: absolute; |
73 | 73 | top: 0; |
| 74 | + margin-right: 10em; |
74 | 75 | left: 0.75em; |
75 | 76 | } |
76 | 77 | #p-personal h5 { |
Property changes on: branches/REL1_16/phase3/skins/vector |
___________________________________________________________________ |
Name: svn:mergeinfo |
77 | 78 | + /trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456 |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -48,6 +48,7 @@ |
49 | 49 | * (bug 23113) Fixed title in the show/hide links on diff pages |
50 | 50 | * (bug 23117) Fixed API rollback, was returning "badtoken" for valid requests |
51 | 51 | * (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 |
52 | 53 | |
53 | 54 | === Changes since 1.16 beta 1 === |
54 | 55 | |