Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1945 → Rev 1946

/trunk/widget/modules/saisie/squelettes/sauvages/css/sauvages.css
14,21 → 14,16
letter-spacing:0.3em;
padding:5px 10px;
background:#A1CA10;
width:250px;
margin-bottom:0;
margin-left:2px;
-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
line-height:2em;
}
a, a:active, a:visited {
border-bottom:1px dotted;
text-decoration:none;
 
a {
font-weight:bold;
}
a:active, a:focus, a:hover{
border-bottom:none;
}
 
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
36,7 → 31,9
font-family:arial;
font-size:11px;
}
 
.nom-sci {
font-style:italic;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Positionnement général */
#zone-appli {
46,8 → 43,19
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire générique */
legend {
color: #000000;
font-size: 1.2em;
letter-spacing: 0.2em;
padding: 5px 10px;
text-transform: uppercase;
line-height:1.2em;
margin:2px 2px 0;
width:inherit;
}
fieldset {
background-color:#A1CA10;
padding:5px;
}
 
/* Validation du formulaire */
73,13 → 81,22
 
/*-------------------------------------------------------*/
/* Formulaire observateur */
#partie-identification, #partie-identification legend{
#titre-form-observateur {
width:250px;
}
#zone-identification {
margin-left:2px;
}
#partie-identification{
background:#A1CA10;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire obs */
#titre-form-obs{
width:250px;
}
#zone-fiche-terrain, #zone-fiche-terrain-photo{
background:#A1CA10;
width:600px;
94,8 → 111,7
margin-top:-20px;
}
#partie-station, #partie-observation, #partie-photo, #partie-date{
width:550px;
margin-left:10px;
margin:0 10px 10px;
background:#E5E5E5;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
104,14 → 120,22
-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
}
 
/* Liste des taxons */
#taxon-liste optgroup + optgroup {
border-top: 1px solid black;
}
 
/*-------------------------------------------------------*/
/* Géolocalisation */
#map-canvas {
height: 280px;
height:280px;
margin-bottom:5px;
}
#map-canvas img {
max-width:none;
}
.coordonnees-geo, .lat-lon-info {
font-size: 10px;
font-size:10px;
}
#info-commune {
text-align:right;
122,8 → 146,8
}
.indication_geolocalisation {
color:#118811;
font-style: italic;
font-weight: bold;
font-style:italic;
font-weight:bold;
font-weight:0.9em;
}
 
235,6 → 259,22
 
/*-------------------------------------------------------*/
/* Observations */
#titre-liste-obs{
margin-top:0;
padding-top:0;
}
#zone-liste-obs{
background-color:#A1CA10;
padding:5px;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
#zone-liste-obs .well{
background-color:#A1CA10;
margin:0 5px 5px 5px;
}
#liste-obs .well{
background-color:#E0DFDE;
}
#obs-titre {
margin-right: 20px;
}
260,40 → 300,20
opacity:1;
}
 
/*-------------------------------------------------------*/
/* Partie-preview */
#partie-preview legend, #partie-preview{
background:#A1CA10;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
#partie-preview {
width:582px;
border:none;
}
 
#ajouter-obs{
margin-left:407px;
margin-top:10px;
font-size:20px;
background:#181;
color:#FFF;
-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
height:35px;
width:137px;
}
#transmettre-obs{
margin-left:400px;
margin-top:5px;
font-size:20px;
background:#811;
color:#FFF;
-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
height:35px;
}
 
 
 
 
 
/*-------------------------------------------------------*/
/* Autocomplete */
.valeur-defaut-recherche {