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: d91a91d18d0ac3f93c8008964961fdc27bc62ca7 (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: fixed;
	display: block;
	top: 6.5em;
	left: 12.5em;
}
#editorwrapper{
	position: absolute;
	height: 0;
	width: 0;
	top: 41px;
	left: 160px;
	display: none;
}
#editor_save{
	margin-left: 7px;
	float: left;
}
#saving_icon{
	margin-top: 3px;
	float: left;
}