ldapsaisie/trunk/templates/css/LSsmoothbox.css
Benjamin Renard 748c9d3ec3 - Modifications diverses suite à plusieurs mise en production :
- Correction de bugs
        - Passage à Net_LDAP2
        - Ajout du changement de niveau de l'annuaire durant la navigation
2008-04-25 13:48:12 +00:00

33 lines
644 B
CSS

#over-LSsmoothbox {
background-color: #000;
border: 1px solid #000;
margin: 0;
padding: 0;
}
#win-LSsmoothbox {
background-color: #fff;
border: 3px solid #000;
margin: auto;
}
#pnav-LSsmoothbox {
text-align: right;
font-family: sans-serif;
font-weight: bold;
background-color: #777;
margin: 0;
margin-bottom: 0;
}
#pnav-LSsmoothbox span {
color: #fff;
margin: 1em;
margin-bottom: 0;
font-size: 100%;
}
#frame-LSsmoothbox {
overflow: auto;
}