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

goals.css « templates « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fc9e0fbd52e6558719d313829f7226521ef3685 (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
ul.ulGoalTopElements {
	list-style-type:circle;
	margin-left:30px;
}
.ulGoalTopElements a {
	text-decoration:none;
	color:#0033CC;
	border-bottom:1px dotted #0033CC;
	line-height:2em;
}
.goalTopElement { 
	border-bottom:1px dotted; 
} 
.listCircle {
	list-style:circle outside none;
	margin-left:30px;
}
.segmentSelector ul li .segment{
	cursor:pointer;
	border-bottom:1px dotted black;
}
.segmentSelector ul li.activeSegment .segment {
	font-weight: bold;
	border:0;
}

#titleGoalsBySegment {
	padding-top:30px;
}
.goalInlineHelp {
	color:#9B9B9B;
}
.tableFormGoals { 
	width:700px;
}
#goalsCancel {
	margin-left:550px;
	margin-top:20px;
	display:none;
}