From d69dca1062b6c79b302512839c63853812e44cd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 17 Feb 2014 10:37:43 +0100 Subject: [PATCH 1/1] editor: bottom panel --- src/editor/modules/rng/mainLayout.html | 1 + src/editor/modules/rng/mainLayout.less | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/editor/modules/rng/mainLayout.html b/src/editor/modules/rng/mainLayout.html index 0cccb9c..825ae38 100644 --- a/src/editor/modules/rng/mainLayout.html +++ b/src/editor/modules/rng/mainLayout.html @@ -5,4 +5,5 @@
+
\ No newline at end of file diff --git a/src/editor/modules/rng/mainLayout.less b/src/editor/modules/rng/mainLayout.less index f957f0a..c1a7e8e 100644 --- a/src/editor/modules/rng/mainLayout.less +++ b/src/editor/modules/rng/mainLayout.less @@ -23,7 +23,7 @@ top: 15px; left:0; right:0; - bottom:0; + bottom:20px; z-index: 1; > .rng-view-tabs { @@ -40,4 +40,10 @@ } } + [fnpjs-place="bottomPanel"] { + position: absolute; + bottom:0; + height: 20px; + width:100% + } } \ No newline at end of file -- 2.20.1