// Add link to customer account

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12739 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2012-01-26 18:07:15 +00:00
parent 02eee395f6
commit c7aacb77b5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -44,6 +44,12 @@
line-height: 11px;
border-left:1px solid #000
}
#header_user_info a.account {
border: none;
display: inline;
margin: 0;
padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}