X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/5e64f92aabe77137fde16fa8aab604fe1fce5f62..fcf3ec2a7cdac14c85d30d81dce86be7b60ce0bb:/modules/rng/mainLayout.less diff --git a/modules/rng/mainLayout.less b/modules/rng/mainLayout.less index 08db00d..eb51ce4 100644 --- a/modules/rng/mainLayout.less +++ b/modules/rng/mainLayout.less @@ -1,5 +1,9 @@ #rng-module-rng-mainLayout { - position: relative; + position: fixed; + top: 5px; + bottom: 5px; + left: 60px; + right: 60px; [fnpjs-place="messages"] { position: absolute; @@ -11,4 +15,25 @@ [fnpjs-place="topPanel"] { float: right; } + + [fnpjs-place="mainView"] { + position: absolute; + top: 32px; + left:0; + right:0; + bottom:0; + + .rng-view-tabs { + position: relative; + height: 100%; + } + + .rng-view-tabs-content { + position: absolute; + top: 45px; + left: 0; + right: 0; + bottom: 0; + } + } } \ No newline at end of file