Subversion Repositories eFlore/Applications.del

Rev

Rev 1844 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1239 gduche 1
.logoTag {
2
	width:30px;
3
	height:30px;
4
	margin:0 5px;
1329 gduche 5
	float:right;
1239 gduche 6
}
7
 
8
.motCle {
9
	width:80px;
10
	margin:5px;
1541 aurelien 11
	cursor:pointer;
1239 gduche 12
}
13
 
14
.lienMotCle {
15
	background: none repeat scroll 0 0 #DDDDDD;
16
    border-radius: 9px 9px 9px 9px;
17
    height: 40px;
18
    margin: 2px;
19
    padding: 3px;
1844 mathias 20
    width: 160px;
1239 gduche 21
}