Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2 Rev 95
Line 28... Line 28...
28
			 .x-view-selected { 
28
			 .x-view-selected { 
29
				background: #cf7d6a ;  
29
				background: #cf7d6a ;  
30
				padding: 4px; 
30
				padding: 4px; 
31
			} 
31
			} 
Line -... Line 32...
-
 
32
			
-
 
33
			.x-temp-crea {
-
 
34
				background: #000000 ;  
-
 
35
			}
-
 
36
			
-
 
37
			.x-temp-modif {
-
 
38
				background: #ffffff ;  
-
 
39
			}
Line 32... Line 40...
32
			
40
			
33
 
41
 
34
			.thumb-wrap {
42
			.thumb-wrap {
35
			float: left;
43
			float: left;
Line 42... Line 50...
42
				display: table-cell ;
50
				display: table-cell ;
43
				text-align: center ;
51
				text-align: center ;
44
				vertical-align: middle ;
52
				vertical-align: middle ;
45
			}
53
			}
Line -... Line 54...
-
 
54
			
-
 
55
			#x-view-mini-zoom-img div div {
-
 
56
				display: table-cell ;
-
 
57
				text-align: center ;
-
 
58
				vertical-align: middle ;
-
 
59
			}
-
 
60
			
-
 
61
			#x-view-mini-zoom-img div div img {
-
 
62
				height: 150px;
-
 
63
				width: 150px;
-
 
64
			}
46
			
65
			
47
			.x-view-notation-bar {		
66
			.x-view-notation-bar {		
48
				height: 25px ;
67
				height: 25px ;
49
				width: 25px ;
68
				width: 25px ;
Line 93... Line 112...
93
				text-align: center ;
112
				text-align: center ;
94
				background-color: #ffffcc ; 		
113
				background-color: #ffffcc ; 		
95
 				color: #ff0033 ;  
114
 				color: #ff0033 ;  
96
 				font-weight: bold ;
115
 				font-weight: bold ;
97
 			}
116
 			}
-
 
117
 			
-
 
118
 			.x-form-creation {
-
 
119
 				background-color: green ;
-
 
120
 			}
-
 
121
 			
-
 
122
 			.x-form-modification {
-
 
123
 				background-color: red ;
-
 
124
 			}