[ticket/365] Remove inline css from user menu

B3P-365
This commit is contained in:
Marc Alexander
2014-09-10 18:12:18 +02:00
parent 46a7f142cd
commit 04e9b20871
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R} {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<div class="portal-donation-side-content"> <div class="portal-centered-content">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div> <div>
<input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="cmd" value="_xclick" />

View File

@@ -1,5 +1,5 @@
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R} {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<div style="text-align: center;"> <div class="portal-centered-content">
{USERNAME_FULL}<br /> {USERNAME_FULL}<br />
<!-- IF B3P_AVATAR_IMG --> <!-- IF B3P_AVATAR_IMG -->
<a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a> <a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a>

View File

@@ -146,7 +146,7 @@
margin: 5px 5px 5px 5px; margin: 5px 5px 5px 5px;
} }
.portal-donation-side-content { .portal-centered-content {
text-align: center; text-align: center;
} }