ldapsaisie/trunk/templates/css/LSsmoothbox.css
Benjamin Renard 1e2316d76f - Ajout du support des images (LSattr_html / LSformElement / LSformRule)
- Ajout du principe de relations entre type d'objets (LSrelation)
  Exemple : Utilisateur appartenant à un groupe
- Ajout du LSformElement_select_object :
  Sélection d'un objet à travers une interface plus conviviale qu'une liste 
  déroulante.
2008-02-26 17:40:05 +00:00

29 lines
590 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%;
}