X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..0e100dced6c5982e02aaa0bda87238418976adde:/src/editor/modules/rng/mainLayout.less diff --git a/src/editor/modules/rng/mainLayout.less b/src/editor/modules/rng/mainLayout.less index ac28f02..c1a7e8e 100644 --- a/src/editor/modules/rng/mainLayout.less +++ b/src/editor/modules/rng/mainLayout.less @@ -20,10 +20,10 @@ [fnpjs-place="mainView"] { position: absolute; - top: 0; + 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