Subversion Repositories eFlore/Applications.del

Rev

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

Rev 614 Rev 617
Line 263... Line 263...
263
	padding-bottom: 200px;
263
	padding-bottom: 200px;
264
	padding-right: 200px;
264
	padding-right: 200px;
265
	padding-top: 200px;
265
	padding-top: 200px;
266
	opacity:0;
266
	opacity:0;
267
	margin-left:-150px;
267
	margin-left:-150px;
-
 
268
}
-
 
269
 
-
 
270
.acceder-outil {
-
 
271
    background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
-
 
272
    text-decoration: underline;
-
 
273
    border: medium none;
-
 
274
    border-radius: 10px 10px 10px 10px;
-
 
275
    color: #6C6865;
-
 
276
    font-size: 15px;
-
 
277
   	margin-left: 135px;
-
 
278
    padding: 4px 10px 2px 30px;
-
 
279
    cursor: pointer;
268
}
280
}
269
281