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

userCountry.less « stylesheets « UserCountry « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d91c8bc0b1dd280a38b47a7637a4366df94f33fa (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
70
71
72
73
74
.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 {
    height: 20em;
}

#geoipdb-screen1, #geoipdb-screen2-download, #geoipdb-update-info {
    width: 900px;
}

#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: 1px solid #999;
    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;
}