server/apps/files_texteditor/css/style.css
2012-06-22 16:20:09 +00:00

14 lines
171 B
CSS

#editor{
position: fixed;
display: block;
top: 6.8em;
left: 13.5em;
}
#editor_save{
margin-left: 7px;
float: left;
}
#saving_icon{
margin-top: 3px;
float: left;
}