Subversion Repositories eFlore/Applications.del

Rev

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

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