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