nextcloud/apps/files_texteditor/css/style.css

12 lines
137 B
CSS

#editor{
position: fixed;
display: block;
top: 6.8em;
left: 12.5em;
z-index: 20;
}
#editor_save{
margin-left: 7px;
float: left;
}