editor: core plugin - edumed - first take on order exercise
[fnpeditor.git] / src / editor / modules / rng / editingLayout.less
1 .rng-module-rng2-left {
2     /*float: left;
3     width: 600px;*/
4 }
5
6 .rng-module-rng2-statusBar {
7     margin: 10px 5px;
8     font-size:0.9em;
9 }
10
11 .fnp-module-rng-editingLayout {
12
13     margin-left: 60px;
14
15     [fnpjs-place="statusBar"] {
16         position: absolute;
17         bottom: 0;
18         left: 0;
19         right: 0;
20         height: 30px;
21         
22     }
23     
24     [fnpjs-place="leftColumn"] {
25         position: absolute;
26         top: 30px; //
27         bottom: 0px; //
28         left:0;
29         right: 0;
30     }
31 }