Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1441 → Rev 1442

/trunk/widget/modules/cartopoint/squelettes/css/carto.css
110,6 → 110,7
right:0;
bottom:0;
overflow:auto;
width: 100%;
}
 
.carte_titree {
136,6 → 137,18
display:block;
margin:auto;
}
 
#message-aucune-obs p {
padding-top : 25px;
font-weight: bold;
}
 
#message-aucune-obs {
background-image: url("../images/attention.png");
background-position: 50% 10px;
background-repeat: no-repeat;
}
 
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Avertissement */
#zone-avertissement {
153,6 → 166,11
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Carte titre */
 
#zone-titre {
top: 30px;
}
 
#zone-titre, #zone_stats {
padding:0;
position:relative;
209,7 → 227,7
border:1px solid grey;
height: 60px;
position: relative;
z-index: 3000;
z-index: 3001;
border-top-right-radius : 10px;
border-bottom-right-radius : 10px;
}
305,6 → 323,38
margin-top: 0;
}
 
#lien_plein_ecran, #lien_voir_cc {
position: fixed;
z-index: 3000;
background-color:#F5F5F5;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
padding: 8px 8px 4px;
font-size: 1.1em;
font-weight: bold;
}
 
#lien_plein_ecran {
bottom: 3px;
left: 5px;
}
 
#lien_plein_ecran a, #lien_voir_cc a {
color: black;
padding: 2px;
border-bottom: none;
}
 
#lien_plein_ecran img {
height: 20px;
}
 
#lien_voir_cc {
bottom: 3px;
right: 5px;
}
 
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Pop-up observations */
#info-bulle{