Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1206 → Rev 1258

/branches/v1.5-cisaille/widget/modules/saisie/squelettes/sauvages/css/sauvages.css
156,6 → 156,10
#partie-observation, #partie-preview, #partie-station{
margin-top:10px;
}
#partie-date * {
position: relative;
z-index:50;
}
#partie-station, #partie-observation, #partie-photo, #partie-date{
width:550px;
margin-left:10px;
198,7 → 202,7
margin-top:0;
}
#partie-station label {
width:80px;
width: 120px;
display:block;
float:left;
}
219,6 → 223,9
#partie-observation li{
margin :10px;
}
#partie-station #label_map_canvas {
width: 100%;
}
#map-canvas {
width:525px;
height:240px;
246,7 → 253,7
}
#partie-observation li li label.error{
position: relative;
margin-top: -38px;
margin-top: -42px;
margin-left:50px;
float:left;
}
261,11 → 268,12
ul#coordonnees-geo {
list-style-type:none;
float:left;
width: 100%;
}
ul#coordonnees-geo li {
float: left;
margin: 5px;
width: 120px;
width: 201px;
}
ul#coordonnees-geo #coord-lat,ul#coordonnees-geo #coord-lng {
width: 70px;
284,8 → 292,24
width:400px;
}
#rue{
width:440px;
/**width:440px;**/
left: 35px;
position: relative;
top: 35px;
width: 320px;
z-index: 45;
}
.indication_geolocalisation {
color:#118811;
font-style: italic;
font-weight: bold;
font-weight:0.9em;
}
.indication_geolocalisation {
height: 30px;
position: relative;
top: 15px;
}
/*-------------------------------------------------------*/
/* Photo */
#resultat,.resultat {
357,3 → 381,8
}
/*-------------------------------------------------------*/
/* Autocomplete */
.valeur-defaut-recherche {
color:#848484;
font-style:italic;
font-weight:0.9em;
}