fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing canvas.createList
[fnpeditor.git]
/
modules
/
rng
/
mainLayout.less
diff --git
a/modules/rng/mainLayout.less
b/modules/rng/mainLayout.less
index
eb51ce4
..
a2b553c
100644
(file)
--- a/
modules/rng/mainLayout.less
+++ b/
modules/rng/mainLayout.less
@@
-2,8
+2,8
@@
position: fixed;
\r
top: 5px;
\r
bottom: 5px;
\r
position: fixed;
\r
top: 5px;
\r
bottom: 5px;
\r
- left:
6
0px;
\r
- right:
6
0px;
\r
+ left:
8
0px;
\r
+ right:
8
0px;
\r
\r
[fnpjs-place="messages"] {
\r
position: absolute;
\r
\r
[fnpjs-place="messages"] {
\r
position: absolute;
\r
@@
-14,26
+14,30
@@
\r
[fnpjs-place="topPanel"] {
\r
float: right;
\r
\r
[fnpjs-place="topPanel"] {
\r
float: right;
\r
+ position: relative;
\r
+ z-index: 2;
\r
}
\r
\r
[fnpjs-place="mainView"] {
\r
position: absolute;
\r
}
\r
\r
[fnpjs-place="mainView"] {
\r
position: absolute;
\r
- top:
32px
;
\r
+ top:
0
;
\r
left:0;
\r
right:0;
\r
left:0;
\r
right:0;
\r
- bottom:0;
\r
+ bottom:0;
\r
+ z-index: 1;
\r
\r
\r
- .rng-view-tabs {
\r
+
>
.rng-view-tabs {
\r
position: relative;
\r
height: 100%;
\r
position: relative;
\r
height: 100%;
\r
+
\r
+ > .rng-view-tabs-content {
\r
+ position: absolute;
\r
+ top: 45px;
\r
+ left: 0;
\r
+ right: 0;
\r
+ bottom: 0;
\r
+ }
\r
}
\r
\r
}
\r
\r
- .rng-view-tabs-content {
\r
- position: absolute;
\r
- top: 45px;
\r
- left: 0;
\r
- right: 0;
\r
- bottom: 0;
\r
- }
\r
}
\r
}
\ No newline at end of file
}
\r
}
\ No newline at end of file