Subversion Repositories eFlore/Applications.cel

Rev

Rev 2688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2688 Rev 2779
Line 9... Line 9...
9
}
9
}
Line 10... Line 10...
10
 
10
 
11
h1 {
11
h1 {
12
	font-size: 26px;
12
	font-size: 26px;
-
 
13
}
-
 
14
 
-
 
15
/*+-------------------------------+*/
-
 
16
/*+ Media query test pour les écrans HD genre MacBook de Daniel +*/
-
 
17
@media  only screen and (min-device-pixel-ratio: 2), 
-
 
18
        only screen and (min-resolution: 192dpi) {
-
 
19
 
-
 
20
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
-
 
21
		width: 1670px;
-
 
22
	}
-
 
23
}
13
}
24
 
14
/*+--------------------------------------------------------------------------------------------------------+*/
25
/*+--------------------------------------------------------------------------------------------------------+*/
15
/* Générique */
26
/* Générique */
16
.discretion {
27
.discretion {
17
	color:grey;
28
	color:grey;
Line 56... Line 67...
56
 
67
 
57
 
68
 
58
/*+--------------------------------------------------------------------------------------------------------+*/
69
/*+--------------------------------------------------------------------------------------------------------+*/
59
/* Formulaire spécifique */
70
/* Formulaire spécifique */
60
#map-canvas {
71
#map-canvas {
61
	height:240px;
72
	height:440px;
62
}
73
}
63
#info-commune {
74
#info-commune {
64
	text-align:right;
75
	text-align:right;