Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 222 Rev 265
Line 20... Line 20...
20
			
20
			
21
			.x-window-tl .x-window-header {
21
			.x-window-tl .x-window-header {
22
                color:#406324;
22
                color:#406324;
Line -... Line 23...
-
 
23
			}
-
 
24
			
-
 
25
			.x-panel-header {
-
 
26
				color:#FFFFFF;
-
 
27
			}
-
 
28
			
-
 
29
			.x-tab-strip-active span.x-tab-strip-text {
-
 
30
				color:#4A6438;
-
 
31
				cursor:default;
-
 
32
				font-weight:bold;
-
 
33
			}
-
 
34
			
-
 
35
			.x-tab-strip span.x-tab-strip-text {
-
 
36
				color:#FFFFFF;
23
			}
37
			}
24
			
38
			
25
			 .img-list {
39
			 .img-list {
Line 26... Line 40...
26
				height: 50px;
40
				height: 50px;
Line 106... Line 120...
106
				display: table-cell ;
120
				display: table-cell ;
107
				text-align: center ;
121
				text-align: center ;
108
				vertical-align: middle ;
122
				vertical-align: middle ;
109
			}
123
			}
Line -... Line 124...
-
 
124
			
-
 
125
			.img-curseur-depl {
-
 
126
				cursor:pointer;
-
 
127
			}
110
			
128
			
111
			/*#x-view-mini-zoom-img div div img {
129
			/*#x-view-mini-zoom-img div div img {
112
				height: 150px;
130
				height: 150px;
113
				width: 150px;
131
				width: 150px;
Line 277... Line 295...
277
                display: block ;
295
                display: block ;
278
                font-size: 12px ;
296
                font-size: 12px ;
279
                color: #FF0000;
297
                color: #FF0000;
280
                text-align: center;  
298
                text-align: center;  
281
            }
299
            }
-
 
300
            
-
 
301
            #lien_carto {
-
 
302
            	padding-left: 2px;
-
 
303
            	text-align: left;
-
 
304
            }
-
 
305
            
-
 
306
            #lien_coord {
-
 
307
           		padding-left: 50%; 
-
 
308
            }
-
 
309
            
-
 
310
            .lien_actif {
-
 
311
       
-
 
312
            }
-
 
313
            
-
 
314
            .conteneur_selection_commune {
-
 
315
            	padding-left: 10px;
-
 
316
            }
-
 
317
            
-
 
318
            #lien_selection_commune {
-
 
319
            	color: #0033CC;
-
 
320
            	text-decoration: underline; 
-
 
321
            }
-
 
322
            
-
 
323
            .lien_sel {
-
 
324
            	border: dotted 1px black;
-
 
325
            }
-
 
326