From 79462c22ed2aaf8e410fdd1fc88ff116860d3808 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 17 Jun 2013 16:12:52 +0200 Subject: [PATCH] height wip: fixing editingLayout (sidebar) --- modules/rng/editingLayout.less | 2 +- modules/rng/mainLayout.less | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/modules/rng/editingLayout.less b/modules/rng/editingLayout.less index 0418395..9426343 100644 --- a/modules/rng/editingLayout.less +++ b/modules/rng/editingLayout.less @@ -79,7 +79,7 @@ } [fnpjs-place="rightColumn"] { - right: 20px; + right: 0px; left: 830px; } diff --git a/modules/rng/mainLayout.less b/modules/rng/mainLayout.less index eb51ce4..fdaaf68 100644 --- a/modules/rng/mainLayout.less +++ b/modules/rng/mainLayout.less @@ -2,8 +2,8 @@ position: fixed; top: 5px; bottom: 5px; - left: 60px; - right: 60px; + left: 80px; + right: 80px; [fnpjs-place="messages"] { position: absolute; @@ -23,17 +23,18 @@ right:0; bottom:0; - .rng-view-tabs { + > .rng-view-tabs { position: relative; height: 100%; + + > .rng-view-tabs-content { + position: absolute; + top: 45px; + left: 0; + right: 0; + bottom: 0; + } } - .rng-view-tabs-content { - position: absolute; - top: 45px; - left: 0; - right: 0; - bottom: 0; - } } } \ No newline at end of file -- 2.20.1