Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1087 Rev 1151
Line 19... Line 19...
19
	width: 250px;
19
	width: 250px;
20
	z-index: 1000;
20
	z-index: 1000;
21
	margin-top: 30px;
21
	margin-top: 30px;
22
}
22
}
Line -... Line 23...
-
 
23
 
-
 
24
.zoneMotsCles {
-
 
25
	position: absolute;
-
 
26
	padding: 5px;
-
 
27
	border: solid 1px #CCC;
-
 
28
	background: #333;
-
 
29
	opacity: 0.9;
-
 
30
	color: white;
-
 
31
	width: 250px;
-
 
32
	z-index: 1000;
-
 
33
	margin-top: 30px;
-
 
34
}
23
 
35
 
24
.enSavoirPlus {
36
.enSavoirPlus {
25
	position: absolute;
37
	position: absolute;
26
	background: url(./img/ajouter.png) no-repeat;
38
	background: url(./img/ajouter.png) no-repeat;
27
	width: 30px;
39
	width: 30px;
28
	height: 30px;
40
	height: 30px;
29
	cursor: pointer;
41
	cursor: pointer;
30
	margin-top: 3px;
42
	margin-top: 3px;
31
	margin-left: 3px;
43
	margin-left: 3px;
Line -... Line 44...
-
 
44
}
-
 
45
 
-
 
46
.voirMotsCles {
-
 
47
	position: absolute;
-
 
48
	background: url(./img/loupe.png) no-repeat;
-
 
49
	width: 30px;
-
 
50
	height: 30px;
-
 
51
	cursor: pointer;
-
 
52
	margin-top: 3px;
-
 
53
	margin-left: 216px;
32
}
54
}
33
 
55
 
34
.zoom {
56
.zoom {
35
	background: url(./img/loupe.png);
57
	background: url(./img/loupe.png);
36
	width: 30px;
58
	width: 30px;
Line 95... Line 117...
95
	position: absolute;
117
	position: absolute;
96
	height: 35px;
118
	height: 35px;
97
	padding: 5px;
119
	padding: 5px;
98
}
120
}
Line 99... Line 121...
99
 
121
 
100
.metadonnees {
122
.metadonnees, .motsCles {
101
	text-align: left;
123
	text-align: left;
Line 102... Line 124...
102
}
124
}
103
 
125