Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1444 → Rev 1445

/trunk/widget/modules/cartopoint/squelettes/css/carto.css
175,7 → 175,6
padding:0;
position:relative;
height:25px;
top:3px;
overflow:hidden;
background-color:#F5F5F5;
border-radius: 4px;
193,11 → 192,21
 
#zone-info {
position:absolute;
top:0;
top:26px;
z-index:3001;
right:8px;
width:48px;
width: 25px;
text-align:right;
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
border-radius: 5px 5px 5px 5px;
}
 
#zone-info a {
border: none;
}
 
#zone-info img {
display:inline;
padding:4px;
225,7 → 234,7
overflow:hidden;
background-color:#F5F5F5;
border:1px solid grey;
height: 60px;
height: 65px;
position: relative;
z-index: 3001;
border-top-right-radius : 10px;
242,8 → 251,6
height:95px;
}
#pl-corps {
position:absolute;
top:105px;
bottom:0;
overflow:auto;
padding:5px;
264,7 → 271,7
}
#pl-fermeture {
display:none;
left:276px;
right: 0;
background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
}
#pl-ouverture span, #pl-fermeture span{
281,7 → 288,7
#taxons .taxon-actif, #taxons .taxon-actif span {
color:#56B80E;
}
#taxons li span {
#taxons li span, .raz-filtre-taxons {
border-bottom:1px dotted #666;
color:black;
}
296,7 → 303,9
.nt {
display:none;
}
 
.raz-filtre-taxons {
cursor:pointer;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Zone des stats en bas */
#zone-stats {
303,7 → 312,7
padding:0;
position:absolute;
height:25px;
bottom:3px;
bottom:20px;
overflow:hidden;
background-color:#F5F5F5;
border-radius: 4px;
336,7 → 345,7
}
 
#lien_plein_ecran {
bottom: 3px;
bottom: 20px;
left: 5px;
}
 
353,6 → 362,8
#lien_voir_cc {
bottom: 3px;
right: 5px;
bottom: 20px;
height: 20px;
}
 
/*+-----------------------------------------------------------------------------------------------------------------+*/