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

style.css « css - github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f92367f92db403cb61a695a82117d9b840acf21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#issue-description {
	width: 100%;
	width: calc(100% - 12px);
	height: 200px;
}
#issue-serverinfo {
	width: calc(100% - 12px);
	height: 300px;
	color: #888;
	display: none;
}
#issue-title {
	width: calc(100% - 12px);
}
#submit-issue, #copyissue {
	float:right;
}
#issuetemplate form {
	margin-top: 20px;
}