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

styles.css « templates « UserCountry « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ded571aa55b1e2a664bf94b6db80f6ca41fac02 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.locationProviderTable label {
	font-size: 1.2em;
}

input.location-provider {
	cursor:pointer;
}

span.is-installed {
	color:green;
}

span.is-broken {
	color:red;
}

.loc-provider-status {
	margin-left:.5em;
}

#manage-geoip-dbs {
	width:900px;
	height: 20em;
}

#geoipdb-update-info tr input[type="text"],#geoipdb-screen2-update tr input[type="text"] {
	width: 90%;
}

#geoipdb-screen1>div {
	display: inline-block;
	vertical-align:top;
}

#geoipdb-screen1>div>p {
	font-size: 2em;
	height: 4em;
}

.geoipdb-column-1,.geoipdb-column-2 {
	width:396px;
}
.geoipdb-column-1 {
	margin-right: 50px;
}
.geoipdb-column-2 {
	border-left: solid #999 1px;
	padding-left: 50px;
}
.geoipdb-column-1>p {
	padding-left: 20px;
}

.error {
	font-weight:bold;
	color:red;
	padding:4px 8px 4px 8px;
}

#geoip-updater-progressbar-label {
	float: left;
	margin: -24px 24px;
}

#geoip-progressbar-container,#geoipdb-update-info-error {
	margin: 22px 24px;
	display:inline-block;
}