Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1005 Rev 1010
Line 282... Line 282...
282
	margin-left: -150px;
282
	margin-left: -150px;
283
}
283
}
Line 284... Line 284...
284
 
284
 
285
.acceder-outil {
285
.acceder-outil {
286
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
286
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
287
	text-decoration: underline;
287
	text-decoration: none;
288
	border: medium none;
288
	border: medium none;
289
	border-radius: 10px 10px 10px 10px;
289
	border-radius: 10px 10px 10px 10px;
290
	color: #6C6865;
290
	color: #6C6865;
291
	font-size: 14px;
291
	font-size: 14px;
292
	padding: 1px 16px 2px 29px;
292
    padding: 4px 10px 4px 30px;
293
	cursor: pointer;
293
	cursor: pointer;
294
	display: inline-block;
294
	display: inline-block;
Line -... Line 295...
-
 
295
}
-
 
296
 
-
 
297
.acceder-outil:hover {
-
 
298
    border-bottom: 1px dotted #95AE5D;
-
 
299
    color: #FD8C13;
295
}
300
}
296
 
301
 
297
.colonne {
302
.colonne {
Line 298... Line 303...
298
	float: left;
303
	float: left;