ldapsaisie/trunk/templates/css/login.css
Benjamin Renard c943289169 - Ecriture du LSsession
- Mise en place des templates Smarty
- Adaptation du code au templates Smarty
- index_ajax.php -> Code php des réponses Ajax de l'interface
- includes/js -> Partie JavaScript (Mootools) de l'interface
2008-02-05 16:11:21 +00:00

52 lines
899 B
CSS

#loginform-logo {
float: left;
}
div.loginform {
margin: auto;
margin-top: 10%;
border: 1px solid #69c;
padding: 1em;
width: 30em;
background: transparent url(../images/login_fd.png) no-repeat scroll 98% 98%;
}
dl.loginform {
margin: 0;
padding: 0;
}
.loginform dt {
position: relative;
left: 0;
top: 1.1em;
width: 8em;
font-weight: bold;
font-size: 0.9em;
}
.loginform dd {
margin: 0 0 0 9em;
padding: 0 0 0em 0em;
}
.loginform-level{
display: none;
}
.loginform-id {
visibility: hidden;
}
.loginform input, .loginform select {
border: 1px inset #ccc;
width: 13em;
}
.loginform input[type='submit'] {
border: 1px outset #ccc;
margin-left: 30em;
margin-top: 1em;
width: 8em;
}