(bug 37158) display personal menu on top of page tabs on Vector
authorMatmaRex <matma.rex@gmail.com>
Thu, 1 Nov 2012 17:55:01 +0000 (18:55 +0100)
committerMatmaRex <matma.rex@gmail.com>
Thu, 1 Nov 2012 17:55:01 +0000 (18:55 +0100)
If personal menu is long enough to span two lines, bottom part of
the second one would be covered by the tabs. This changes the z-index to
avoid this.

Change-Id: I1c975095a598e4c0f5c259d82346f1c9112c7188

skins/vector/screen.css

index 9042ff7..de5c247 100644 (file)
@@ -74,6 +74,8 @@ div.emptyPortlet {
        position: absolute;
        top: 0.33em;
        right: 0.75em;
+       /* Display on top of page tabs - bug 37158 */
+       z-index: 1;
 }
 #p-personal h5 {
        display: none;