From: Aleksander Ɓukasz Date: Mon, 17 Feb 2014 09:37:43 +0000 (+0100) Subject: editor: bottom panel X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/d69dca1062b6c79b302512839c63853812e44cd8 editor: bottom panel --- 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