mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
748c9d3ec3
- Correction de bugs - Passage à Net_LDAP2 - Ajout du changement de niveau de l'annuaire durant la navigation
32 lines
644 B
CSS
32 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;
|
|
}
|