Refactoring: cleaning directories structure
[fnpeditor.git] / src / editor / modules / rng / diffLayout.less
diff --git a/src/editor/modules/rng/diffLayout.less b/src/editor/modules/rng/diffLayout.less
new file mode 100644 (file)
index 0000000..0f51948
--- /dev/null
@@ -0,0 +1,20 @@
+.rng-module-rng-diffLayout {
+    [fnpjs-place=left] {
+        width: 300px;
+        margin: 0 20px 0 0px;
+        left: 0;
+    }
+    [fnpjs-place=right] {
+        left: 320px;
+        right: 0;
+    }
+    
+    [fnpjs-place=left], [fnpjs-place=right] {
+        position: absolute;
+        top: 0;
+        bottom: 0;
+        
+
+    }
+
+}
\ No newline at end of file