17 lines
201 B
CSS
17 lines
201 B
CSS
|
#editor{
|
||
|
position: absoloute;
|
||
|
height: 0;
|
||
|
width: 0;
|
||
|
top: 41px;
|
||
|
left: 160px;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
#editorwrapper{
|
||
|
position: absoloute;
|
||
|
height: 0;
|
||
|
width: 0;
|
||
|
top: 41px;
|
||
|
left: 160px;
|
||
|
display: none;
|
||
|
}
|