nextcloud/apps/files_texteditor/css/style.css

22 lines
288 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;
}
2011-10-04 01:59:40 +04:00
#editorbar{
margin-left: auto;
margin-right: 10px;
display: block;
width: 300px;
}