Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1184 Rev 1186
Line 326... Line 326...
326
	cursor: pointer;
326
	cursor: pointer;
327
	display: inline-block;
327
	display: inline-block;
328
}
328
}
Line 329... Line 329...
329
 
329
 
-
 
330
.acceder-outil:hover {
-
 
331
    color: #FD8C13;
-
 
332
}
-
 
333
 
-
 
334
#contenu a.acceder-aide {
-
 
335
	color:white;
-
 
336
}
-
 
337
.acceder-aide {
-
 
338
	background: none repeat scroll 0 0 #3d5fbf;
-
 
339
    border: medium none;
-
 
340
    border-radius: 10px 10px 10px 10px;
-
 
341
    color: white;
-
 
342
    cursor: pointer;
-
 
343
    display: inline-block;
-
 
344
    font-size: 14px;
-
 
345
    padding: 4px 10px;
-
 
346
    text-decoration: none;
-
 
347
}
-
 
348
 
330
.acceder-outil:hover {
349
.acceder-aide:hover {
331
    border-bottom: 1px dotted #95AE5D;
350
    border-bottom: 1px dotted #95AE5D;
332
    color: #FD8C13;
351
    color: #FD8C13;
Line 333... Line 352...
333
}
352
}