Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 549 Rev 917
Line 29... Line 29...
29
	vertical-align:middle;
29
	vertical-align:middle;
30
	margin:0;
30
	margin:0;
31
	border:0;
31
	border:0;
32
	border: 1px solid lightgrey;
32
	border: 1px solid lightgrey;
33
	padding:2px;
33
	padding:2px;
34
}
-
 
35
34
}
-
 
35
 
-
 
36
/*----------------------------------------------------------------------------------------------------------*/
-
 
37
/* Spécifiques popup : GALERIE */
-
 
38
#info-img .conteneur-precedent {
-
 
39
	float:left;
-
 
40
	width:10%;
-
 
41
	height:300px;
-
 
42
}
-
 
43
 
-
 
44
#info-img .conteneur-suivant {
-
 
45
	height:300px;
-
 
46
	position:relative;
-
 
47
	width:10%;
-
 
48
	float:right;
-
 
49
}
-
 
50
 
-
 
51
#info-img .conteneur-precedent #precedent, #info-img .conteneur-suivant #suivant {
-
 
52
	position:relative;
-
 
53
	top:50%;
-
 
54
	font-size:1.3em;
-
 
55
	border:none;
-
 
56
}
-
 
57
 
-
 
58
#info-img .conteneur-suivant #suivant {
-
 
59
	float:right;
-
 
60
	text-align:right;	
-
 
61
}
-
 
62
 
-
 
63
#info-img .img-cadre {
-
 
64
	float:left;
-
 
65
	width:80%;
-
 
66
	height:300px;
-
 
67
}
-
 
68