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

styles.css « templates « Feedback « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 258f078ca1f6347cd5e4dd3d92a3d756bb78c93e (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
#feedback-faq, #feedback-form, #feedback-sent {
    font-family: Arial, Helvetica, sans-serif;
    color: #5e5e5c;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px 15px 0;
}

#feedback-faq strong, #feedback-sent strong {
    color: #5e5e5c;
}

#feedback-faq ul, #feedback-sent ul {
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 18px;
}

#feedback-faq a, #feedback-sent a {
    color: #5176a0;
    text-decoration: none;
    font-weight: bold;
}

#feedback-error {
    color: red;
    text-align: center;
    border: 2px solid red;
    background-color: #FFFBFB;
    margin: 10px;
    padding: 10px;
}

#feedback-success {
    color: #38D73B;
    text-align: center;
    border: 2px solid #38D73B;
    margin: 10px;
    padding: 10px;
}

#feedback-form {
    font-size: 12px;
    line-height: 18px;
}

#feedback-form label {
    float: left;
    width: 135px;
    padding: 4px 15px 0 0;
    text-align: right;
    position: relative;
}

#feedback-form label i {
    font-style: normal;
    color: #cbcbcb;
}

#feedback-form br {
    clear: both;
}

#feedback-home {
    float: left;
    margin: -7px 0 0 20px;
}