Subversion Repositories Applications.dictionnaire

Compare Revisions

Ignore whitespace Rev 2 → Rev 3

/scripts/dictionnaire.css
17,7 → 17,8
padding-bottom: 20px;
padding-top: 0px;
border:1px solid black;
z-index: 220;
z-index: 1000;
text-decoration: none;
}
 
.definition_container_fleche {
27,5 → 28,22
left: 10px;
position: relative;
top: -20px;
z-index: 240;
z-index: 999;
border
}
 
.definition {
border-bottom: none;
text-decoration: none;
}
 
#conteneur_activation_definition {
position: fixed;
left: 0;
top: 0;
padding: 5px;
background-color: #EAEDCD;
border: 1px dotted black;
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 0.85em;
}