mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
748c9d3ec3
- Correction de bugs - Passage à Net_LDAP2 - Ajout du changement de niveau de l'annuaire durant la navigation
28 lines
739 B
CSS
28 lines
739 B
CSS
#LSerror {
|
|
width: 50%;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
background-color: #f00;
|
|
visibility: hidden;
|
|
color: #fff;
|
|
z-index: 100;
|
|
}
|
|
|
|
#LSdebug {
|
|
width: 50%;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 50%;
|
|
background-color: #84ff6a;
|
|
visibility: hidden;
|
|
color: #fff;
|
|
z-index: 100;
|
|
}
|
|
|
|
#LSdebug_hidden {
|
|
float: right;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|