Subversion Repositories eFlore/Applications.del

Rev

Rev 1844 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1152 aurelien 1
.titrePanneau p {
2
	padding: 0px;
3
	margin: 0px;
4
	overflow: hidden;
5
	text-overflow: ellipsis;
6
	white-space: pre;
7
	min-height: 13px;
8
}
9
 
10
.titrePanneau {
11
	font-size: 12px;
12
	font-weight: bold;
13
	color: white;
14
	padding-left: 5px;
15
	padding-right: 1px;
16
}
17
 
18
.panneauSaisieMotsCles {
19
	margin-bottom: 3px;
1239 gduche 20
	padding-top:30px;
21
}
22
 
23
.fenetreMotsCles {
24
	z-index:1500;
25
	padding: 5px 10px 10px 30px;
1844 mathias 26
	width:860px;
1239 gduche 27
	background:white;
28
	margin:0 auto;
1243 gduche 29
	margin-top:75px;
1239 gduche 30
}
31
 
32
.colonneDroite {
1844 mathias 33
	margin-left: 14px;
1239 gduche 34
}
35
 
36
.zoneIconesMotsCles {
37
	padding:5px;
1844 mathias 38
	width:535px;
1239 gduche 39
}
40
 
41
.listeMotsClesExistants {
42
	max-width:350px;
1152 aurelien 43
}