Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1514 Rev 2350
Line 139... Line 139...
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
140
/* Message de chargement */
140
/* Message de chargement */
Line 141... Line 141...
141
 
141
 
142
#zone-chargement-point {
142
#zone-chargement-point {
143
	display: none;
-
 
144
	background-color: white;
-
 
145
    height: 70px;
-
 
146
    padding: 10px;
143
	display: none;
147
    position: fixed;
144
    position: fixed;
148
    text-align: center;
145
    left: 110px;
149
    width: 230px;
146
    top: 10px;
-
 
147
    z-index: 3000;
-
 
148
    width: 180px;
-
 
149
    height: 42px;
-
 
150
    padding: 7px;
-
 
151
    text-align: center;
-
 
152
	background-color: rgba(255, 255, 255, 0.85);
-
 
153
	border: solid #dedede 1px;
-
 
154
	border-radius: 4px;
-
 
155
}
-
 
156
#legende-chargement {
-
 
157
	padding-top: 7px;
-
 
158
}
-
 
159
#img-chargement {
-
 
160
	float: left;
150
    z-index: 3000;
161
	margin-right: 5px;
Line 151... Line 162...
151
}
162
}
152
 
163
 
153
#chargement {
164
#chargement {
Line 243... Line 254...
243
    position: absolute;
254
    position: absolute;
244
    top: 5px;
255
    top: 5px;
245
    z-index: 3002; 
256
    z-index: 3002; 
246
    width: 60px;
257
    width: 60px;
247
}
258
}
-
 
259
.image-logo {
-
 
260
	padding: 5px;
-
 
261
	background-color: rgba(255, 255, 255, 0.9);
-
 
262
	border: solid #dedede 1px;
-
 
263
	border-radius: 4px;
248
 
264
}
249
#logo a {
265
#logo a {
250
	border-bottom: none;
266
	border-bottom: none;
251
}
267
}
Line 252... Line 268...
252
 
268
 
Line 314... Line 330...
314
/* Panneau latéral */
330
/* Panneau latéral */
315
#panneau-lateral {
331
#panneau-lateral {
316
	padding:0;
332
	padding:0;
317
	margin:0;
333
	margin:0;
318
	position:absolute;	
334
	position:absolute;	
319
   	top: 75px;
335
   	top: 90px;
320
	left:0;
336
	left:0;
321
	bottom:0;
337
	bottom:0;
322
	width: 83px;
338
	width: 83px;
323
	overflow:hidden;
339
	overflow:hidden;
324
	height: 25px;
340
	height: 25px;
Line 692... Line 708...
692
	background-color: #4A4B4C;
708
	background-color: #4A4B4C;
693
	border: solid 1px #666;
709
	border: solid 1px #666;
694
	color: white;
710
	color: white;
695
	white-space: pre-wrap;
711
	white-space: pre-wrap;
696
	width: 300px;
712
	width: 300px;
-
 
713
}
-
 
714
 
-
 
715
/* hack Fancybox pour que le popup soit toujours au dessus */
-
 
716
#fancybox-wrap {
-
 
717
	z-index: 3100;
697
}
718
}
698
719