Picto was not visible onto login page, we keep this behaviour.

This commit is contained in:
Laurent Destailleur 2015-11-26 00:08:24 +01:00
parent ad087a75e6
commit ddd0f8224f

View File

@ -1053,16 +1053,17 @@ img.loginphoto {
border-radius: 2px;
}
.span-icon-user {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png',1); ?>);
/* background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png',1); ?>); */
background-repeat: no-repeat;
}
.span-icon-password {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/lock.png',1); ?>);
/* background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/lock.png',1); ?>); */
background-repeat: no-repeat;
}
.span-icon-user input, .span-icon-password input {
margin-left: 25px;
/* margin-left: 18px; */
margin-left: 0px;
}
/* ============================================================================== */