Project

General

Profile

1
.xac{
2
	width:55%;
3
	position:relative;
4
	float:left
5
}
6

    
7
.xac p{
8
	width:60%;
9
	position:relative;
10
	float:left;
11
}
12
.xat{
13
	width:40%;
14
	position:relative;
15
	visibility:hidden;
16
}
17

    
18
.addtochartouter{
19
	float: left;
20
	height: 15px;
21
	position: relative;
22
	width: 90px;
23
	margin: 1px;
24
}
25

    
26
.addtochart{
27
	background-image: url('../images/Flag-green-icon.png');
28
	background-repeat:no-repeat;
29
	background-position: left center;
30
	height:15px;
31
	width:15px;
32
	position:absolute;
33
}
34

    
35
.delfromchart {
36
	background-image: url('../images/Flag-red-icon.png');
37
	background-repeat:no-repeat;
38
	background-position: left center;
39
	height:15px;
40
	width:15px;
41
	position:absolute;
42
}
43

    
44
.cumulate{
45
	float:left;
46
}
47

    
48
.vscumulate{
49
	width:70%;
50
	float:right;
51
	display:none;
52
	font-size:xx-small;
53
	color: #666666;
54
}
(11-11/16)