Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1248 → Rev 1249

/branches/v1.5-cisaille/widget/modules/saisie/squelettes/defaut/css/defaut.css
13,6 → 13,7
color:grey;
font-family:arial;
font-size:11px;
line-height: 13px;
}
.droite {
text-align:right;
20,6 → 21,23
.centre {
text-align:center;
}
.modal-fenetre{
position:fixed;
z-index:1000;
top:0;
left:0;
height:100%;
width:100%;
background:#777;
background:rgba(90,86,93,0.7);
text-align:center;
}
.modal-contenu{
position:relative;
width:30%;
margin:0 auto;
top:30%;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
#map-canvas {