nextcloud/apps/files_texteditor/css/style.css

17 lines
201 B
CSS
Raw Normal View History

2011-10-02 01:48:00 +04:00
#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;
}