X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cf92775489840f1dc7b2c65fae6b968beadbad7e..79462c22ed2aaf8e410fdd1fc88ff116860d3808:/modules/rng/mainLayout.less diff --git a/modules/rng/mainLayout.less b/modules/rng/mainLayout.less index 08db00d..fdaaf68 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: 80px; + right: 80px; [fnpjs-place="messages"] { position: absolute; @@ -11,4 +15,26 @@ [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