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

generalSettings.less « stylesheets « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 958f51e4683432d4408209c19eb212202585f3a2 (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
.admin img {
    vertical-align: middle;;
}

.admin h2 + .top_bar_sites_selector {
    margin-top: -62px;
    margin-right: 0 !important;
}

// hide PHP is deprecated notification in UI test
.uiTest [notification-id="DeprecatedPHPVersionCheck"] {
    display: none !important;
}

#content.admin {
    font-size: 13px;
    margin-top: 0;

    // Fix the <pre> blocks because of the display: table
    pre {
        max-width: 995px;
    }
}

.admin #header_message {
    margin-top: 8px;
    margin-right: 8px;
}

.access_error {
    font-size: .7em;
    padding: 15px;
}

.admin p, .admin section {
    margin-top: 10px;
    line-height: 140%;
    padding-bottom: 10px;
}

/* trusted host styles */
#trustedHostSettings input:not(.btn) {
    width: 238px;
}

#trustedHostSettings li {
    padding-bottom: 6px;
}

#trustedHostSettings .add-trusted-host-container,
#corsSettings .add-cors-host-container {
    padding: 12px 24px;
}