Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « css - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16d9458608d5224d8ed64ebc23b0d25803bba97a (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
26
27
28
29
#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;	
}
#saving_icon{
	margin-top: 3px;
	float: left;	
}