Subversion Repositories eFlore/Applications.del

Rev

Rev 1329 | Rev 1541 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1329 Rev 1539
1
.logoTag {
1
.logoTag {
2
	width:30px;
2
	width:30px;
3
	height:30px;
3
	height:30px;
4
	margin:0 5px;
4
	margin:0 5px;
5
	float:right;
5
	float:right;
6
}
6
}
7
 
7
 
8
.motCle {
8
.motCle {
9
	width:80px;
9
	width:80px;
10
	margin:5px;
10
	margin:5px;
11
}
11
}
12
 
12
 
13
.lienMotCle {
13
.lienMotCle {
14
	background: none repeat scroll 0 0 #DDDDDD;
14
	background: none repeat scroll 0 0 #DDDDDD;
15
    border-radius: 9px 9px 9px 9px;
15
    border-radius: 9px 9px 9px 9px;
16
    height: 40px;
16
    height: 40px;
17
    margin: 2px;
17
    margin: 2px;
18
    padding: 3px;
18
    padding: 3px;
19
    width: 163px;
19
    width: 163px;
20
}
20
}
21
 
21
 
22
.lienMotCle:hover {
22
.lienMotCle:hover {
23
	background: #AAA;
23
	background: #B0D651;
24
}
24
}
25
25