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: 09d744d4fb430681e7d1037165f4b27b6b4686e1 (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: relative;
	display: block;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;
}

#editor_container{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding-top: 38px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

#editor_save {
	margin-left: 7px;
	float: left;
}