[ticket/365] Use portal.css instead of inline css in donations module

B3P-365
This commit is contained in:
Marc Alexander
2014-09-10 18:03:31 +02:00
parent 8418e01c56
commit 46a7f142cd
3 changed files with 16 additions and 3 deletions

View File

@@ -137,6 +137,19 @@
margin: 0 5px 0 5px;
}
.portal-donation-center-content {
border-left: 0;
}
.portal-donation-center-content > div {
text-align: left;
margin: 5px 5px 5px 5px;
}
.portal-donation-side-content {
text-align: center;
}
.portal-paypal-icon {
background-image: url("./images/portal/paypal.gif");
background-repeat: no-repeat;