summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css/style.css
blob: cf24950232fb6dd12574188deb2ca80213a14579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#editor{
	position: absoloute;
	display: block;
	top: 80px;
	left: 160px;
}
#editorwrapper{
	position: absoloute;
	height: 0;
	width: 0;
	top: 41px;
	left: 160px;
	display: none;
}
#editor_save{
	margin-left: 7px;
	float: left;	
}
#saving_icon{
	margin-top: 3px;
	float: left;	
}
#gotolineval{
	width: 30px;
}