Rev 1215 | Rev 1238 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
@CHARSET "UTF-8";
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
footer p{
text-align:center;
}
button img {
display:block;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
color:grey;
font-family:arial;
font-size:11px;
}
.droite {
text-align:right;
}
.centre {
text-align:center;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
#map-canvas {
height:240px;
}
#info-commune {
text-align:right;
}
.ns-retenu {
font-weight:bold;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
margin-bottom: 5px;
padding: 4px;
}
.table thead th {
vertical-align:top;
border: 1px solid #DDDDDD !important;
}
.table tbody td.obs-action, .table tbody td.obs-miniature {
vertical-align:middle;
text-align:center;
}
.table tbody td.obs-miniature img {
max-width:100px;
max-height:100px;
}