nextcloud/apps/files_texteditor/css/style.css

12 lines
137 B
CSS
Raw Normal View History

2011-10-01 17:48:00 -04:00
#editor{
2012-02-23 14:35:48 -05:00
position: fixed;
display: block;
2012-06-22 11:00:54 -04:00
top: 6.8em;
left: 12.5em;
z-index: 20;
2011-10-01 17:48:00 -04:00
}
#editor_save{
margin-left: 7px;
2012-04-15 09:44:43 -04:00
float: left;
}