summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css/style.css
blob: 3555119dffc86e4875df70c478e4236c90ef9e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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;
}
#editorbar{
	margin-left: auto;
	margin-right: 10px;	
	display: block;
	width: 300px;
}