Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1438 Rev 1442
Line 108... Line 108...
108
	margin:0;
108
	margin:0;
109
	position:absolute;	
109
	position:absolute;	
110
	right:0;
110
	right:0;
111
	bottom:0;
111
	bottom:0;
112
	overflow:auto;
112
	overflow:auto;
-
 
113
	width: 100%;
113
}
114
}
Line 114... Line 115...
114
 
115
 
115
.carte_titree {
116
.carte_titree {
116
	top:35px;
117
	top:35px;
Line 134... Line 135...
134
}
135
}
135
#chargement img{
136
#chargement img{
136
	display:block;
137
	display:block;
137
	margin:auto;
138
	margin:auto;
138
}
139
}
-
 
140
 
-
 
141
#message-aucune-obs p {
-
 
142
	padding-top : 25px;
-
 
143
	font-weight: bold;
-
 
144
}
-
 
145
 
-
 
146
#message-aucune-obs {
-
 
147
	background-image: url("../images/attention.png");
-
 
148
    background-position: 50% 10px;
-
 
149
	background-repeat:  no-repeat;
-
 
150
}
-
 
151
 
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
152
/*+-----------------------------------------------------------------------------------------------------------------+*/
140
/* Avertissement */
153
/* Avertissement */
141
#zone-avertissement {
154
#zone-avertissement {
142
	background-color:#4A4B4C;
155
	background-color:#4A4B4C;
143
	color:#CCC;
156
	color:#CCC;
Line 151... Line 164...
151
#zone-avertissement a {
164
#zone-avertissement a {
152
	border-bottom:1px dotted gainsboro;
165
	border-bottom:1px dotted gainsboro;
153
}
166
}
154
/*+-----------------------------------------------------------------------------------------------------------------+*/
167
/*+-----------------------------------------------------------------------------------------------------------------+*/
155
/* Carte titre */
168
/* Carte titre */
-
 
169
 
-
 
170
#zone-titre {
-
 
171
	top: 30px;
-
 
172
}
-
 
173
 
156
#zone-titre, #zone_stats {
174
#zone-titre, #zone_stats {
157
	padding:0;
175
	padding:0;
158
	position:relative;
176
	position:relative;
159
	height:25px;
177
	height:25px;
160
	top:3px;
178
	top:3px;
Line 207... Line 225...
207
	overflow:hidden;
225
	overflow:hidden;
208
	background-color:#F5F5F5;
226
	background-color:#F5F5F5;
209
	border:1px solid grey;
227
	border:1px solid grey;
210
	height: 60px;	
228
	height: 60px;	
211
	position: relative;
229
	position: relative;
212
	z-index: 3000;
230
	z-index: 3001;
213
	border-top-right-radius : 10px;
231
	border-top-right-radius : 10px;
214
	border-bottom-right-radius : 10px;
232
	border-bottom-right-radius : 10px;
215
}
233
}
216
#pl-indication-filtre {
234
#pl-indication-filtre {
217
	margin-left	: 25px;
235
	margin-left	: 25px;
Line 303... Line 321...
303
 
321
 
304
#zone-stats h1 {
322
#zone-stats h1 {
305
	margin-top: 0;
323
	margin-top: 0;
Line -... Line 324...
-
 
324
}
-
 
325
 
-
 
326
#lien_plein_ecran, #lien_voir_cc {
-
 
327
    position: fixed;
-
 
328
    z-index: 3000;
-
 
329
    background-color:#F5F5F5;
-
 
330
	border-radius: 4px;
-
 
331
	border: 1px solid rgba(0, 0, 0, 0.05);
-
 
332
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
-
 
333
    padding: 8px 8px 4px;
-
 
334
    font-size: 1.1em;
-
 
335
    font-weight: bold;
-
 
336
}
-
 
337
 
-
 
338
#lien_plein_ecran {
-
 
339
    bottom: 3px;
-
 
340
    left: 5px;
-
 
341
}
-
 
342
 
-
 
343
#lien_plein_ecran a, #lien_voir_cc a {
-
 
344
	color: black;
-
 
345
	padding: 2px;
-
 
346
	border-bottom: none;
-
 
347
}
-
 
348
 
-
 
349
#lien_plein_ecran img {
-
 
350
	height: 20px;
-
 
351
}
-
 
352
 
-
 
353
#lien_voir_cc {
-
 
354
    bottom: 3px;
-
 
355
    right: 5px;
306
}
356
}
307
 
357
 
308
/*+-----------------------------------------------------------------------------------------------------------------+*/
358
/*+-----------------------------------------------------------------------------------------------------------------+*/
309
/* Pop-up observations */
359
/* Pop-up observations */
310
#info-bulle{
360
#info-bulle{