Subversion Repositories eFlore/Applications.del

Rev

Rev 1151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1151 Rev 1152
Line -... Line 1...
-
 
1
.espece {
-
 
2
	font-size: 12px;
-
 
3
	font-weight: bold;
-
 
4
	color: white;
-
 
5
	padding-left: 5px;
-
 
6
	padding-right: 1px;
-
 
7
}
-
 
8
 
-
 
9
.aideSaisie p {
-
 
10
	padding: 0px;
-
 
11
	margin: 0px;
-
 
12
	overflow: hidden;
-
 
13
	text-overflow: ellipsis;
-
 
14
	white-space: pre;
-
 
15
	min-height: 13px;
-
 
16
}
1
17