summaryrefslogtreecommitdiffstats
path: root/public/media/css/user.css
blob: 00d144a01bd9f69bcad62c5772ed7ac709134d84 (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
.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;
}