Picto was not visible onto login page, we keep this behaviour.
This commit is contained in:
parent
ad087a75e6
commit
ddd0f8224f
@ -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;
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user