From: MatmaRex Date: Thu, 1 Nov 2012 17:55:01 +0000 (+0100) Subject: (bug 37158) display personal menu on top of page tabs on Vector X-Git-Tag: 1.31.0-rc.0~21608^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=535ce52febd0fa4638b39996aecbd825cdbc5e55;p=lhc%2Fweb%2Fwiklou.git (bug 37158) display personal menu on top of page tabs on Vector 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 --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 9042ff765a..de5c247ae3 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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;