nextcloud/apps/files_texteditor/css/style.css

27 lines
356 B
CSS
Raw Normal View History

2011-10-02 01:48:00 +04:00
#editor{
position: absoloute;
display: block;
top: 80px;
2011-10-02 01:48:00 +04:00
left: 160px;
}
#editorwrapper{
position: absoloute;
height: 0;
width: 0;
top: 41px;
left: 160px;
display: none;
}
#editor_close{
2011-10-04 01:59:40 +04:00
margin-left: auto;
margin-right: 167px;
2011-10-04 01:59:40 +04:00
display: block;
}
#editor_save{
margin-left: 7px;
float: left;
}
#saving_icon{
2011-10-04 22:07:22 +04:00
margin-top: 3px;
float: left;
2011-10-04 01:59:40 +04:00
}