fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bringing back wrapping text with nodes
[fnpeditor.git]
/
modules
/
rng
/
mainLayout.less
1
#rng-module-rng-mainLayout {
\r
2
position: fixed;
\r
3
top: 5px;
\r
4
bottom: 5px;
\r
5
left: 80px;
\r
6
right: 80px;
\r
7
\r
8
[fnpjs-place="messages"] {
\r
9
position: absolute;
\r
10
top: 5px;
\r
11
width:100%;
\r
12
text-align:center;
\r
13
}
\r
14
\r
15
[fnpjs-place="topPanel"] {
\r
16
float: right;
\r
17
position: relative;
\r
18
z-index: 2;
\r
19
}
\r
20
\r
21
[fnpjs-place="mainView"] {
\r
22
position: absolute;
\r
23
top: 0;
\r
24
left:0;
\r
25
right:0;
\r
26
bottom:0;
\r
27
z-index: 1;
\r
28
\r
29
> .rng-view-tabs {
\r
30
position: relative;
\r
31
height: 100%;
\r
32
\r
33
> .rng-view-tabs-content {
\r
34
position: absolute;
\r
35
top: 45px;
\r
36
left: 0;
\r
37
right: 0;
\r
38
bottom: 0;
\r
39
}
\r
40
}
\r
41
\r
42
}
\r
43
}