[ticket/365] Move inline CSS rules of portal user icon to portal.css

B3P-365
This commit is contained in:
Marc Alexander
2014-09-06 23:45:04 +02:00
parent 1a87ad3431
commit 8258d70f07
7 changed files with 19 additions and 12 deletions

View File

@@ -49,10 +49,17 @@
list-style-type: none;
}
.portal-user-span {
.portal-user-icon {
background-image: url("./images/portal/portal_user.png");
padding-left: 16px;
padding-top: 16px;
float: left;
}
.rtl .portal-user-icon {
float: right;
padding-right: 10px;
padding-top: 2px;
}
.portal-paypal-icon {