Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 836 Rev 841
Line 262... Line 262...
262
	border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
262
	border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
263
	border-top:none !important;
263
	border-top:none !important;
264
	overflow:none;
264
	overflow:none;
265
}
265
}
266
#observations ol {
266
#observations ol {
267
	padding-left:20px;
267
	padding-left:30px;
268
}
268
}
269
.champ_nom_latin {
269
.champ_nom_latin {
270
	display:none;
270
	display:none;
271
}
271
}
272
#obs-msg-info {
272
#obs-msg-info {
Line 339... Line 339...
339
#observations .cel-img:hover img{
339
#observations .cel-img:hover img{
340
	border:1px dotted #56B80E;
340
	border:1px dotted #56B80E;
341
}
341
}
342
.cel-img-secondaire{
342
.cel-img-secondaire{
343
	display:none;
343
	display:none;
344
}
-
 
345
344
}
-
 
345
 
-
 
346
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
347
/* Plugin Jquery Pagination */
-
 
348
.pagination {
-
 
349
	font-size: 80%;
-
 
350
}
-
 
351
.pagination a {
-
 
352
	text-decoration: none;
-
 
353
	border: solid 1px #AAE;
-
 
354
	color: #15B;
-
 
355
}
-
 
356
.pagination a, .pagination span {
-
 
357
	display: block;
-
 
358
	float: left;
-
 
359
	padding: 0.3em 0.5em;
-
 
360
	margin-right: 5px;
-
 
361
	margin-bottom: 5px;
-
 
362
	min-width:1em;
-
 
363
	text-align:center;
-
 
364
}
-
 
365
.pagination .current {
-
 
366
	background: #26B;
-
 
367
	color: #fff;
-
 
368
	border: solid 1px #AAE;
-
 
369
}
-
 
370
.pagination .current.prev, .pagination .current.next{
-
 
371
	color:#999;
-
 
372
	border-color:#999;
-
 
373
	background:#fff;
-
 
374
}
-
 
375