mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Merge pull request #4058 from marcosgdf/bug-3293
FIX #3293 Login page form icons not shown
This commit is contained in:
@@ -1053,17 +1053,17 @@ img.loginphoto {
|
||||
border-radius: 2px;
|
||||
}
|
||||
.span-icon-user {
|
||||
background: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png',1); ?>) no-repeat scroll 7px 7px;
|
||||
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-repeat: no-repeat;
|
||||
}
|
||||
/*
|
||||
|
||||
.span-icon-user input, .span-icon-password input {
|
||||
margin-right: 30px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* ============================================================================== */
|
||||
/* Menu gauche */
|
||||
|
||||
Reference in New Issue
Block a user