Subversion Repositories eFlore/Applications.del

Rev

Rev 1539 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1539 Rev 1541
Line 6... Line 6...
6
}
6
}
Line 7... Line 7...
7
 
7
 
8
.motCle {
8
.motCle {
9
	width:80px;
9
	width:80px;
-
 
10
	margin:5px;
10
	margin:5px;
11
	cursor:pointer;
Line 11... Line 12...
11
}
12
}
12
 
13
 
13
.lienMotCle {
14
.lienMotCle {
Line 18... Line 19...
18
    padding: 3px;
19
    padding: 3px;
19
    width: 163px;
20
    width: 163px;
20
}
21
}
Line 21... Line 22...
21
 
22
 
22
.lienMotCle:hover {
23
.lienMotCle:hover {
-
 
24
	border: 1px solid #B0D651;
-
 
25
	height: 38px;
23
	background: #B0D651;
26
	width: 161px;
24
}
27
}