editor: bottom panel
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 17 Feb 2014 09:37:43 +0000 (10:37 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 23 Apr 2014 11:05:04 +0000 (13:05 +0200)
src/editor/modules/rng/mainLayout.html
src/editor/modules/rng/mainLayout.less

index 0cccb9c..825ae38 100644 (file)
@@ -5,4 +5,5 @@
     <div style="clear:both"></div>
     <div fnpjs-place="mainView">
     </div>
+    <div fnpjs-place="bottomPanel"></div>
 </div>
\ No newline at end of file
index f957f0a..c1a7e8e 100644 (file)
@@ -23,7 +23,7 @@
         top: 15px;
         left:0;
         right:0;
-        bottom:0;
+        bottom:20px;
         z-index: 1;
         
         > .rng-view-tabs {
         }
         
     }
+    [fnpjs-place="bottomPanel"] {
+        position: absolute;
+        bottom:0;
+        height: 20px;
+        width:100%
+    }
 }
\ No newline at end of file