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

goals.css « stylesheets « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fbb35d2b0203122c89e2e7f02e2239bb95a3fb0 (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
.goalTopElement {
    border-bottom: 1px dotted;
}

.goalTriggerType .input-field {
    margin-top: 0 !important;
}

.goalEntry {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #7e7363;
    width: 614px;
}

.addEditGoal .goalIsTriggeredWhen,
.addEditGoal .whereTheMatchAttrbiute {
    margin-bottom: 0;
}

/* dimension selector */
#titleGoalsByDimension {
    padding-top: 30px;
}

ul.ulGoalTopElements {
    list-style-type: circle;
    margin-left: 30px;
}

ul.ulGoalTopElements li {
    list-style-type: circle;
}

ul.ulGoalTopElements img {
    border: 1px solid lightgray;
    box-sizing: content-box;
}

.ulGoalTopElements a {
    text-decoration: none;
    color: #0033CC;
    border-bottom: 1px dotted #0033CC;
    line-height: 2em;
}

.goalDescription {
    padding-bottom: 12px;
    color: #999;
}