File: updateLayout.css

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; makefile: 20; sql: 10
file content (75 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (2)
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
73
74
75
* {
    margin: 0;
    padding: 0;
}
#donate-form-container .piwik-donate-call #piwik-worth,
#donate-form-container .piwik-donate-call li,
#donate-form-container .piwik-donate-call ul {
    display: inline;font-size:14px;
}
.topBarElem {
    font-family: arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.33;
}

.piwik-donate-call {
    border: none;
    padding: 0;
    max-width: none;
}
.piwik-donate-call > .piwik-donate-message p {
    margin-left: 0;
}

li {
    margin-top: 10px;
    margin-left: 30px;
}

#oneclickupdate .btn {
    clear:none;
    float:left;
}
form#oneclickupdate {
    min-height: 50px;
}


body#simple .languageSelection {
    color: #4183C4;
    padding-top: 8px;
}

p strong {
    font-weight: 700 !important;
}
strong {
    font-weight: 700 !important;
}

#logo {
    display: block;
}

#logo img {
    height: 40px;
}

#more-results {
    text-decoration: underline;
    color: #1976d2;
    cursor: pointer;
}

.ui-button {
    background-color: #43a047 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 0.5em;
}