Several minor HTML/CSS fixes
[mailer.git] / templates / de / html / member / member_bonus.tpl
index c7490a62233d8d8016e1b8e3481a70794281528e..5de0ccbe41ef8d9a8d57cb30f77ac9e844e75016 100644 (file)
@@ -1,32 +1,34 @@
 <div align="center">
-<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
-<br />
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+<div class="table dashed">
+<div class="table_header">
+       <strong>{--MEMBER_BONUS_HERE_IS_THE_LIST--}</strong>
+</div>
+</div>
+
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
-               <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
 
-               <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
-               <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="220" align="center" class="header_column bottom"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="4" class="member_footer" align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
+               <td colspan="4" class="table_footer" align="center">
+                       <div class="tiny notice">{--MEMBER_BONUS_RALLYE_NOTE--}</div>
+               </td>
        </tr>
 </table>
-<br />
 
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="table dashed">
        <tr>
-               <td class="member_header bottom"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
-                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
+               <td class="header_column bottom" align="center">
+                       <strong>{--MEMBER_BONUS_RALLYE_CONDITIONS--}:</strong>
+               </td>
        </tr>
        <tr>
-               <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+               <td class="notice bottom">
                        <ol align="left">
                                <li class="tiny">Es werden nur aktive und freigeschaltete Mitglieder ber&uuml;cksichtig.</li>
                                <li class="tiny">Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.</li>
@@ -37,9 +39,8 @@
                </td>
        </tr>
        <tr>
-               <td colspan="4" class="member_footer" align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <a href="{%url=modules.php?module=login&amp;what=unconfirmed%}">{--BONUS_START_CONFIRMING_MAILS--}</a>
+               <td colspan="4" class="table_footer" align="center">
+                       <a href="{%url=modules.php?module=login&amp;what=unconfirmed%}">{--MEMBER_BONUS_START_CONFIRMING_MAILS--}</a>
                </td>
        </tr>
 </table>