aboutsummaryrefslogtreecommitdiff
path: root/mod/tasks/views/default/tasks/css.php
blob: fc1b670a7ebc773d76ced0d4fb0a76034b20adab (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
.tasklist-graph {
	height: 10px;
	line-height: 10px;
	border: 2px solid #CCCCCC;
}

.tasklist-graph div {
	background: #4690D6;
}

.elgg-input-radios label {
	font-weight: normal;
}

.elgg-menu-extras .elgg-icon-checkmark {
	background-position: 0 -126px;
}

#tasks-inline-form {
	padding: 10px
}

.elgg-tasks-participants {
	position: absolute;
	width: 345px;
}