Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1412 Rev 1414
Line 17... Line 17...
17
 
17
 
18
#smartflore-fiche .smartflore-titre-section .panel-title { 
18
#smartflore-fiche .smartflore-titre-section .panel-title { 
19
	text-align: center;	
19
	text-align: center;	
Line -... Line 20...
-
 
20
}
-
 
21
 
-
 
22
#smartflore-fiche .smartflore-titre-section-icone {
-
 
23
	float: left;
20
}
24
}
21
 
25
 
22
#smartflore-fiche .smartflore-contenu-section {
26
#smartflore-fiche .smartflore-contenu-section {
23
	margin: 20px;
27
	margin: 20px;
24
	font-size: 1.5em;
28
	font-size: 1.5em;
Line 62... Line 66...
62
	margin-bottom: 20px;
66
	margin-bottom: 20px;
63
}
67
}
Line 64... Line 68...
64
 
68
 
65
#smartflore-illustrations .carousel-inner {
69
#smartflore-illustrations .carousel-inner {
-
 
70
	height: 40vh;
66
	height: 40vh;
71
	max-width: 100%;	
Line 67... Line 72...
67
}
72
}
68
 
73
 
69
#smartflore-illustrations .carousel-inner .item {
74
#smartflore-illustrations .carousel-inner .item {
Line 127... Line 132...
127
	#smartflore-fiche .smartflore-titre-section a { 
132
	#smartflore-fiche .smartflore-titre-section a { 
128
		font-size: 1.5em;
133
		font-size: 1.5em;
129
	}
134
	}
130
}
135
}
Line -... Line 136...
-
 
136
 
-
 
137
@media all and (orientation:portrait) {
-
 
138
	#smartflore-illustrations .carousel-inner {
-
 
139
		height: 40vh;
-
 
140
	}
Line -... Line 141...
-
 
141
}
-
 
142
 
-
 
143
@media all and (orientation:landscape) {
-
 
144
	#smartflore-illustrations .carousel-inner {
-
 
145
		height: 90vh;
131
 
146
	}