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

style.css « css « files_texteditor « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82c57b88bbd2f1ec7cb6710fa944ce886a20b930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#editor{
	position: fixed;
	display: block;
	top: 6.8em;
	left: 13.5em;
}
#editor_save{
	margin-left: 7px;
	float: left;
}
#saving_icon{
	margin-top: 3px;
	float: left;
}