summaryrefslogtreecommitdiffstats
path: root/public/media/css/user.css
blob: faf2fa4e4989f4b4419515bb63d0e6e11848d203 (plain) (blame)
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
.dashboard ul {
	padding: 0px;
}

.dashboard li {
	list-style: none;
	border: 1px solid black;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	padding: 10px 40px;
	margin: 10px;
	background-color: #FFF;
}

.dashboard a {
	color: #000;
	text-decoration: none;
}

.dashboard .bottomimg {
	text-align: center;
}

tr.selectedEntry {
	background-color: red;
}

tr.selectedEntry td {
	padding-left: 3px;
}

#rights-element dl fieldset dt {
	width: 325px;
}

#rights-element dl fieldset {
	margin-bottom: 10px;
	width: 350px;
}

#fieldset-rights {
	margin-top: 10px;
	border: 0px;
	margin-left: 0;
	padding: 0;
}

#fieldset-rights legend {
	padding-left: 0;
}

#fieldset-rights dl legend {
	padding-left: 2px;
}

#rights-element dd {
	margin-left: 0px;
}

#rights-element {
	margin-left: 0px;
}

#rights-label {
	width: 0px;
}