summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css/style.css
blob: 2a9066839c303f6eb3d1fa8071db1c85c48409d0 (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;
	height: 0;
	width: 0;
	top: 41px;
	left: 160px;
	z-index: -1;
}
#editorwrapper{
	position: absoloute;
	height: 0;
	width: 0;
	top: 41px;
	left: 160px;
	display: none;
}
#editor_close{
	margin-left: auto;
	margin-right: 167px;	
	display: block;
}
#editor_save{
	margin-left: 7px;
	float: left;	
}