Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2778 → Rev 2779

/trunk/widget/modules/saisie/squelettes/defaut/css/defaut.css
11,6 → 11,17
h1 {
font-size: 26px;
}
 
/*+-------------------------------+*/
/*+ Media query test pour les écrans HD genre MacBook de Daniel +*/
@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
 
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1670px;
}
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
58,7 → 69,7
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
#map-canvas {
height:240px;
height:440px;
}
#info-commune {
text-align:right;