Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2212 arthur 1
.conteneurMotCle {
2
	display: inline-block;
3
	margin-right: 3px;
4
}
5
 
6
.motCle {
7
	border: 1px solid grey;
8
	background-color: #DDD;
9
	padding: 2px;
10
	line-height: 25px;
11
	border-radius:5px;
12
}
13
 
14
.suppressionMotCle {
15
	display: inline;
16
	border: 1px solid grey;
17
	border-left: none;
18
	background-color: #555;
19
	padding: 2px;
20
	padding-left: 4px;
21
	margin-left: -3px;
22
	line-height: 25px;
23
	cursor: pointer;
24
	color: red;
25
	border-top-right-radius: 5px;
26
	border-bottom-right-radius: 5px;
27
}
28
 
29
.suppressionMotCle:hover {
30
	background-color: #888;
31
}