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: 4807b70cebb21faf61f0e91410bf14f7b207a774 (plain)
1
2
3
4
5
6
7
8
9
10
#editor{
	position: fixed;
	display: block;
	top: 6.8em;
	z-index: 20;
}
#editor_save{
	margin-left: 7px;
	float: left;
}