Merge pull request #4058 from marcosgdf/bug-3293

FIX #3293 Login page form icons not shown
This commit is contained in:
Laurent Destailleur
2015-11-25 22:18:00 +01:00

View File

@@ -1053,17 +1053,17 @@ img.loginphoto {
border-radius: 2px; border-radius: 2px;
} }
.span-icon-user { .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 { .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; background-repeat: no-repeat;
} }
/*
.span-icon-user input, .span-icon-password input { .span-icon-user input, .span-icon-password input {
margin-right: 30px; margin-left: 25px;
} }
*/
/* ============================================================================== */ /* ============================================================================== */
/* Menu gauche */ /* Menu gauche */