Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1631)
+++ branches/2.8.x/CHANGELOG	(revision 1632)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+02 Mar-2012 Build 1632 Dietmar Woellbrink (Luisehahne)
+! small design update for wb theme, login und login_forgot
 02 Mar-2012 Build 1631 Dietmar Woellbrink (Luisehahne)
 ! FCKeditor Fallback not working with IE9
 01 Mar-2012 Build 1630 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/themes/templates/login_forgot.htt
===================================================================
--- branches/2.8.x/wb/admin/themes/templates/login_forgot.htt	(revision 1631)
+++ branches/2.8.x/wb/admin/themes/templates/login_forgot.htt	(revision 1632)
@@ -17,8 +17,14 @@
 		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
 	</td>
 	<td width="5">&nbsp;</td>
-	<td style="font-size: 20px;">
-		<font style="color: #FFF;">{SECTION_FORGOT}</font>
+	<td>&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3">&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3" style="font-size: 20px; text-align: center;">
+		<font style="color: #003366;">{SECTION_FORGOT}</font>
 	</td>
 </tr>
 </table>
Index: branches/2.8.x/wb/admin/themes/templates/login.htt
===================================================================
--- branches/2.8.x/wb/admin/themes/templates/login.htt	(revision 1631)
+++ branches/2.8.x/wb/admin/themes/templates/login.htt	(revision 1632)
@@ -17,8 +17,14 @@
 		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
 	</td>
 	<td width="5">&nbsp;</td>
-	<td style="font-size: 20px; ">
-		<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
+	<td>&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3">&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3" style="font-size: 20px; text-align: center; ">
+		<span style="color: #003366;">{SECTION_LOGIN}</span>
 	</td>
 </tr>
 </table>
@@ -26,7 +32,6 @@
 <table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
 <tr>
 	<td class="content">
-	
 	<form name="login" action="{ACTION_URL}" method="post">
 	<input type="hidden" name="url" value="{URL}" />
 	<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1631)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1632)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1631');
+if(!defined('REVISION')) define('REVISION', '1632');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1631)
+++ branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1632)
@@ -17,8 +17,14 @@
 		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
 	</td>
 	<td width="5">&nbsp;</td>
-	<td style="font-size: 20px;">
-		<font style="color: #FFF;">{SECTION_FORGOT}</font>
+	<td>&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3">&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3" style="font-size: 20px; text-align: center;">
+		<span style="color: #003366;">{SECTION_FORGOT}</span>
 	</td>
 </tr>
 </table>
Index: branches/2.8.x/wb/templates/wb_theme/templates/login.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/login.htt	(revision 1631)
+++ branches/2.8.x/wb/templates/wb_theme/templates/login.htt	(revision 1632)
@@ -17,8 +17,14 @@
 		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
 	</td>
 	<td width="5">&nbsp;</td>
-	<td style="font-size: 20px; ">
-		<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
+	<td>&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3">&nbsp;</td>
+</tr>
+<tr>
+	<td colspan="3" style="font-size: 20px; text-align: center; ">
+		<span style="color: #003366;">{SECTION_LOGIN}</span>
 	</td>
 </tr>
 </table>
