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: 16f594781a1b7b88c2ed6457774fcaa0a03d72b8 (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
.goalTopElement {
    border-bottom: 1px dotted;
}

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

.managegoals .addrow:hover {
    text-decoration: underline;
}

.managegoals .addrow {
    margin-top: 0px;
}

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

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

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