From 2b431e1bc8e372090721c8c78d4eebb57496a9e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 17 Jun 2013 21:06:08 +0200 Subject: [PATCH] Moving main tabs higher --- modules/rng/mainLayout.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/rng/mainLayout.less b/modules/rng/mainLayout.less index fdaaf68..a2b553c 100644 --- a/modules/rng/mainLayout.less +++ b/modules/rng/mainLayout.less @@ -14,14 +14,17 @@ [fnpjs-place="topPanel"] { float: right; + position: relative; + z-index: 2; } [fnpjs-place="mainView"] { position: absolute; - top: 32px; + top: 0; left:0; right:0; - bottom:0; + bottom:0; + z-index: 1; > .rng-view-tabs { position: relative; -- 2.20.1