Subversion Repositories eFlore/Applications.del

Rev

Rev 1329 | Go to most recent revision | Details | 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;
5
}
6
 
7
.motCle {
8
	width:80px;
9
	margin:5px;
10
}
11
 
12
.lienMotCle {
13
	background: none repeat scroll 0 0 #DDDDDD;
14
    border-radius: 9px 9px 9px 9px;
15
    height: 40px;
16
    margin: 2px;
17
    padding: 3px;
18
    width: 120px;
19
}
20
 
21
.lienMotCle:hover {
22
	background: #AAA;
23
}