Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 390 Rev 397
Line 6... Line 6...
6
			a:visited{color:#551a8b}
6
			a:visited{color:#551a8b}
7
			a:active{color:#ff0000}
7
			a:active{color:#ff0000}
Line 8... Line 8...
8
			
8
			
9
			.thumb-wrap {
9
			.thumb-wrap {
10
				width : 100px ;
10
				width : 100px ;
11
				height : 100px ;
11
				height : 130px ;
12
				display: table-cell ;
12
				display: table-cell ;
13
				text-align: center ;
13
				text-align: center ;
14
				vertical-align: middle ;
14
				vertical-align: middle ;
15
				background-color: #DCDCDC;	
15
				background-color: #DCDCDC;	
16
				border-width:1px;
16
				border-width:1px;
17
				border-style:solid;
17
				border-style:solid;
-
 
18
				border-color:#667A6B;
-
 
19
				overflow:hidden;
18
				border-color:#667A6B;
20
				position:relative;
-
 
21
            }
-
 
22
            
-
 
23
            miniature_galerie  {
-
 
24
               	z-index: 35;
-
 
25
            }
-
 
26
            
-
 
27
            .picto_haut_gauche {
-
 
28
			  position:absolute;
-
 
29
			  top:2px;
-
 
30
			  left:2px;
-
 
31
			  z-index:40;
-
 
32
			}
-
 
33
			
-
 
34
			.picto_haut_droite {
-
 
35
			  position:absolute;
-
 
36
			  top:2px;
-
 
37
			  right:2px;
-
 
38
			  z-index:40;
Line 19... Line 39...
19
            }
39
			}
20
			
40
			
21
			.x-window-tl .x-window-header {
41
			.x-window-tl .x-window-header {
Line 199... Line 219...
199
			
219
			
200
			#listeImageGrid {
220
			#listeImageGrid {
201
      		overflow: hidden;
221
      		overflow: hidden;
Line 202... Line 222...
202
 			}
222
 			}
203
 			
223
 			
204
 			.centered-list div{
224
 			td.centered-list {
205
 				display: table-cell ;
225
 				display: table-cell ;
206
      			overflow: hidden;
226
      			overflow: hidden;
Line 207... Line 227...
207
      			vertical-align: middle ;
227
      			vertical-align: middle !important;
208
 			}
228
 			}
209
 			
229