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

updateLayout.css « stylesheets « CoreUpdater « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90c33d37e38a3ab0bfa70e0967a476998faddcd (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
* {
    margin: 0;
    padding: 0;
}
#donate-form-container .piwik-donate-call #piwik-worth,
#donate-form-container .piwik-donate-call li,
#donate-form-container .piwik-donate-call ul {
    display: inline;font-size:14px;
}
.topBarElem {
    font-family: arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.33;
}

.piwik-donate-call {
    border: none;
    padding: 0;
    max-width: none;
}
.piwik-donate-call > .piwik-donate-message p {
    margin-left: 0;
}

li {
    margin-top: 10px;
    margin-left: 30px;
}

#oneclickupdate .btn {
    clear:none;
    float:left;
}
form#oneclickupdate {
    min-height: 50px;
}


body#simple .languageSelection {
    color: #4183C4;
    padding-top: 8px;
}

p strong {
    font-weight: 700 !important;
}
strong {
    font-weight: 700 !important;
}

#logo {
    display: block;
}

#logo img {
    height: 40px;
}