/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
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
/*
 * Sidemenu--------------------------------------------------------------------------------------------------------------------------------------
 */

#sidemenuWrapper {
	position: relative;
	top: 54px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -511px;
	font-size: 1.4em;
}
 
#coursemenu {
	width: 160px;
	margin-bottom: 7px;
}

#statsmenu {
	width: 160px;
	color: #0a68ad;
}

.sidemenuHeader {
	height: 14px;
	padding: 11px 8px 7px;
	border: 1px solid #859800;
	background-color: #9db400;
	color: #eee;
	font-weight: bold;
}

.sidemenuContent {
	min-height: 175px;
	padding: 5px 20px;
	border: 1px solid #cdcdcd;
	background-color: #f5f5f5;
}

.sidemenuContent a:link, a:visited {
	color:#0a68ad;
	text-decoration:none;
	display:block;
}

.sidemenuContent  a:hover {
	text-decoration:underline;
}

.sidemenuContentInfo {
	margin-left: 12px;
	line-height: 1.4em;
}

.dotsIfOwerflow{
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}