X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fcf3ec2a7cdac14c85d30d81dce86be7b60ce0bb..ad64ee06bd810b02f60b474b12d397eb4e95bdff:/modules/rng/mainLayout.less?ds=sidebyside

diff --git a/modules/rng/mainLayout.less b/modules/rng/mainLayout.less
index eb51ce4..ac28f02 100644
--- a/modules/rng/mainLayout.less
+++ b/modules/rng/mainLayout.less
@@ -1,39 +1,43 @@
-#rng-module-rng-mainLayout {
-    position: fixed;
-    top: 5px;
-    bottom: 5px;
-    left: 60px;
-    right: 60px;
-    
-    [fnpjs-place="messages"] {
-        position: absolute;
-        top: 5px;
-        width:100%;
-        text-align:center;
-    }
-    
-    [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;
-        }
-    }
+#rng-module-rng-mainLayout {
+    position: fixed;
+    top: 5px;
+    bottom: 5px;
+    left: 80px;
+    right: 80px;
+    
+    [fnpjs-place="messages"] {
+        position: absolute;
+        top: 5px;
+        width:100%;
+        text-align:center;
+    }
+    
+    [fnpjs-place="topPanel"] {
+        float: right;
+        position: relative;
+        z-index: 2;
+    }
+    
+    [fnpjs-place="mainView"] {
+        position: absolute;
+        top: 0;
+        left:0;
+        right:0;
+        bottom:0;
+        z-index: 1;
+        
+        > .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