Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1922 Rev 1946
Line 192... Line 192...
192
	}
192
	}
193
}
193
}
194
/*+--------------------------------------------------------------------------------------------------------+*/
194
/*+--------------------------------------------------------------------------------------------------------+*/
195
/* Spécifique Florilèges */
195
/* Spécifique Florilèges */
196
.entete .intro {
196
.entete .intro {
197
	background-color: #689E4B;
197
	background-color:#689E4B;
198
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
198
	background:url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
199
	color: white;
199
	color:white;
200
	padding:5px;
200
	padding:5px;
201
}
201
}
202
.entete .intro a {
202
.entete .intro a {
203
	color: #524C47;
203
	color:#524C47;
204
}
204
}
Line 205... Line 205...
205
 
205
 
206
/* Géolocalisation */
206
/* Géolocalisation */
207
#map-canvas {
207
#map-canvas {
208
	height: 280px;
208
	height:280px;
209
	margin-bottom:5px;
209
	margin-bottom:5px;
-
 
210
}
-
 
211
#map-canvas img {
-
 
212
	max-width:none;
210
}
213
}
211
.coordonnees-geo, .lat-lon-info {
214
.coordonnees-geo, .lat-lon-info {
212
	font-size: 10px;
215
	font-size: 10px;
213
}
216
}
214
#info-commune {
217
#info-commune {
Line 273... Line 276...
273
	vertical-align:top;
276
	vertical-align:top;
274
}
277
}
275
#form-date .input-prepend  input + label.error {
278
#form-date .input-prepend  input + label.error {
276
	display: block;
279
	display: block;
277
}
280
}
-
 
281
 
-
 
282
/* Liste des taxons */
278
#taxon-liste optgroup + optgroup {
283
#taxon-liste optgroup + optgroup {
279
	border-top: 1px solid black;
284
	border-top: 1px solid black;
280
}
285
}
-
 
286
 
281
/*+--------------------------------------------------------------------------------------------------------+*/
287
/*+--------------------------------------------------------------------------------------------------------+*/
282
/* SLIDERs */
288
/* SLIDERs */
283
.slider-on {
289
.slider-on {
284
	display:none;
290
	display:none;
285
}
291
}