fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: remove code supporting main editing area sidebar as it's not used anymore
[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
[fnpjs-place="statusBar"] {
14
position: absolute;
15
bottom: 0;
16
left: 0;
17
right: 0;
18
height: 30px;
19
20
}
21
22
[fnpjs-place="leftColumn"] {
23
position: absolute;
24
top: 30px; //
25
bottom: 50px; //
26
left:0;
27
right: 0;
28
}
29
}