fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
eb51ce408df39470156554a6d8cb787a14bb9239
[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: 60px;
\r
6
right: 60px;
\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
}
\r
18
\r
19
[fnpjs-place="mainView"] {
\r
20
position: absolute;
\r
21
top: 32px;
\r
22
left:0;
\r
23
right:0;
\r
24
bottom:0;
\r
25
\r
26
.rng-view-tabs {
\r
27
position: relative;
\r
28
height: 100%;
\r
29
}
\r
30
\r
31
.rng-view-tabs-content {
\r
32
position: absolute;
\r
33
top: 45px;
\r
34
left: 0;
\r
35
right: 0;
\r
36
bottom: 0;
\r
37
}
\r
38
}
\r
39
}