Subversion Repositories eFlore/Applications.del

Rev

Rev 1647 | Rev 1703 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1647 Rev 1689
Line 86... Line 86...
86
	background: url("./img/zoom_out.png");
86
	background: url("./img/zoom_out.png");
87
	width: 16px;
87
	width: 16px;
88
	height: 16px;
88
	height: 16px;
89
	cursor: pointer;
89
	cursor: pointer;
90
}
90
}
-
 
91
.lienRetour {
-
 
92
	display:inline-block;
-
 
93
}
-
 
94
.lienRetour a {
-
 
95
	border: 1px solid #99C242 !important;
-
 
96
	border-radius: 10px;
-
 
97
	box-shadow: 1px 2px 2px #AAAAAA;
-
 
98
	padding: 5px 5px 5px 23px;
-
 
99
	background: url("./img/16x16/retour.png") no-repeat 5px 5px;
-
 
100
	color: #598000;
-
 
101
	cursor: pointer;
-
 
102
	font-weight: bold;
-
 
103
	text-decoration: none;
-
 
104
}
-
 
105
.lienRetour a:hover {
-
 
106
	color:white !important;
-
 
107
	background-color:#8EB533;
-
 
108
	background: #8EB533 url("./img/16x16/retour_actif.png") no-repeat 3px 3px;
-
 
109
}
Line 91... Line 110...
91
 
110
 
92
#navigation {
111
#navigation {
Line 93... Line 112...
93
}
112
}
Line 116... Line 135...
116
	color: #FD8C13;
135
	color: #FD8C13;
117
}
136
}
Line 118... Line 137...
118
 
137
 
119
.labelLien {
138
.labelLien {
-
 
139
	border-bottom: 1px dotted #95AE5D;
120
	border-bottom: 1px dotted #95AE5D;
140
	line-height: 18px;
121
    color: #598000;
141
	color: #598000;
122
    cursor:pointer;
142
	cursor:pointer;
123
}
143
}
124
.labelLien:hover {
144
.labelLien:hover {
Line 367... Line 387...
367
.limiteMin {
387
.limiteMin {
368
	min-width:870px;
388
	min-width:870px;
369
}
389
}
Line 370... Line 390...
370
 
390
 
371
.limiteMax {
391
.limiteMax {
372
	max-width:1000px;
392
	max-width:1150px;
373
	margin:0 auto;
393
	margin:0 auto;
Line 374... Line 394...
374
}
394
}
375
 
395