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

jsTrackingGenerator.css « templates « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f242ddcc104aa98550be9a20651873d0e1d5452 (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
73
74
75
76
#javascript-output-section textarea,#image-link-output-section textarea {
	width:100%;
	display: block;
	color: #111;
	font-family: "Courier New", Courier, monospace;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#javascript-output-section textarea {
	height: 256px;
}

#image-link-output-section textarea {
	height: 128px;
}

label {
	margin-right: .35em;
	display:inline-block;
}

#optional-js-tracking-options>tbody>tr>td,#image-tracking-section>tbody>tr>td {
	width:488px;
	max-width:488px;
}

.custom-variable-name,.custom-variable-value {
	width:100px;
}

h3 {
	margin-top:0;
}

.small-form-description {
	color:#666;
	font-size:1em;
	font-style:italic;
	margin-left:4em;
}

.tracking-option-section {
	margin-bottom:1.5em;
}

#javascript-output-section,#image-link-output-section {
	padding-top:1em;
}

#optional-js-tracking-options th,#image-tracking-section th {
	text-align:left;
}

#js-visitor-cv-extra,#js-page-cv-extra,#js-campaign-query-param-extra {
	margin-left:1em;
}
#js-visitor-cv-extra td,#js-page-cv-extra td,#js-campaign-query-param-extra td {
	vertical-align:middle;
}

.revenue {
	width:32px;
}
.goal-picker {
	height:1.2em;
}
.goal-picker select {
	width:128px;
}

#js-campaign-query-param-extra input {
	width:72px;
}