summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css/style.css
blob: 82c57b88bbd2f1ec7cb6710fa944ce886a20b930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
}