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

style.css « css - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2aaefc2d945cfb61f43b983b3d256695c0834a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.barchart {
	max-width: 700px;
	max-height: 350px;
}

.clipboardButton {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

#ocsEndPoint {
	margin-bottom: 10px;
}

#monitoring-endpoint-url {
	width: 80%;
	max-width: 415px;
}