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

standalone.css « stylesheets « Dashboard « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 142abced53b8791cbc01f5438237430cd6fee49c (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
69
70
71
72

body {
    padding-left: 7px;
}

#standalone strong {
    font-weight: 700;
}

#dashboard {
    margin: 30px -6px 0 -12px;
    width: 100%;
    padding-top: 8px;
}

#Dashboard {
    z-index: 5;
    font-size: 14px;
    cursor: pointer;
    float: left;
    position: relative;
}

#Dashboard > ul > li {
    list-style: square inside none;
}
#Dashboard > ul {
    list-style: square inside none;
    background: #f7f7f7;
    border: 1px solid #e4e5e4;
    padding: 5px 10px 6px 10px;
    border-radius: 4px;
    color: #444;
    height: 18px;
}

#Dashboard:hover ul {
    background: #f1f0eb;
    border-color: #a9a399;
}

#Dashboard > ul > li {
    float: left;
    margin-right: 15px;
}

#Dashboard a {
    color: #444;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
}

#Dashboard > ul > li:hover,
#Dashboard > ul > li:hover a {
    color: #e87500;
}

.top_controls > #Dashboard,
.top_controls > #periodString,
.top_controls > .dashboardSettings {
    margin-left: 0;
    margin-right: 10px;
}

.jqplot-seriespicker-popover {
    top: 0;
}

#ajaxLoading {
    margin: 40px 0 -30px 0;
}