Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1775)
+++ branches/2.8.x/CHANGELOG	(revision 1776)
@@ -13,6 +13,8 @@
 
 
 
+28 Sep-2012 Build 1776 Dietmar Woellbrink (Luisehahne)
+! wb theme styling
 28 Sep-2012 Build 1775 Dietmar Woellbrink (Luisehahne)
 ! update loginBox.htt and loginForgot.htt
 28 Sep-2012 Build 1774 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/skel/themes/htt/users.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/users.htt	(revision 1775)
+++ branches/2.8.x/wb/admin/skel/themes/htt/users.htt	(revision 1776)
@@ -12,6 +12,7 @@
 		</td>
      </tr>
 </table>
+<div class="account">
 <form name="users" action="users.php" method="post" class="left">
 <input type="hidden" name="userstatus" value="{USER_STATUS}" />
 {FTAN}
@@ -30,5 +31,5 @@
 
 <br />
 <h2 style="margin-top: 20px;" class="{DISPLAY_ADD} left">{HEADING_ADD_USER}</h2>
-
+</div>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1775)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1776)
@@ -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', '1775');
+if(!defined('REVISION')) define('REVISION', '1776');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/account/frontend.css
===================================================================
--- branches/2.8.x/wb/account/frontend.css	(revision 1775)
+++ branches/2.8.x/wb/account/frontend.css	(revision 1776)
@@ -13,13 +13,17 @@
 */
 .mod_preferences_error { background-color :#ffb0b0; padding :5px; border :dotted 1px #ff0000; color :#ff0000; }
 .mod_preferences_success { background-color :#b0ffb0; padding :5px; border :dotted 1px #303030; color :#303030; }
+/* here you can style the account templates */
+.note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.63em; }
+.warning { background :#ffeeee; border :1px #884444 solid; color :#440000; margin-bottom :1em; padding :1.5em; }
 div.account { width :80%; margin :1em auto; }
 div.account div.signup, 
 div.account div.details, 
 div.account div.email, 
-div.account div.password { background :transparent url(htt/blue.png) repeat-x top; width :100%; overflow :hidden; border :2px solid #cccccc; margin-bottom :1em; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
-div.account h3 { width :100%; color :#ffffff; padding :5px; margin-top :3px; }
-div.account table { vertical-align :0px; table-layout :fixed; width :100%; margin :10px auto; }
+div.account div.password { background : transparent none repeat-x top; width :100%; overflow :hidden; border :0px solid #cccccc; margin-bottom :1em; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
+div.account h3 { width :100%; color :#00016f; padding :5px; margin-top :3px; border-bottom :1px solid #000; }
+div.account table { vertical-align :0px; table-layout :auti; width :100%; margin :10px auto; }
+div.account table tr { width :100%; }
 div.account table td { width :30%; }
 div.account table td.button { width :100%; text-align :center; }
 div.account table td.button button { text-align :center; padding :2px; }
@@ -27,4 +31,17 @@
 .nixhier { display :none; }
 .center { text-align :center; }
 div.account table td.input input { width :90%; }
+/* DIV-mbox to show selector or simply content only ************************* */
+div.mbox { padding :0.6em; margin :1em auto; background-color : #f3f5f8; color :#330033; font-size :1.1em; display :block; }
+/* extension for mbox to show additional icons on left side ***************** */
+div.mbox-icon { background-repeat :no-repeat; background-image :url(../images/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
+	div.mbox-icon div { margin-left :70px; border-left :3px outset; padding-left :5px; }
+div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../images/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
+	div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
+/* coloring of the mbox and other boxes also ******************************** */
+div.box-ok { border-color :#008000; color :#008000; }
+div.box-error { border-color :#ff0000; color :#ff0000; }
+div.box-info { border-color :#bb7a00; color :#003ff2; }
+div.box-warning { border-color :#ffa500; color :#ffa500; }
+/* Border attributes for mbox and other elements also *********************** */
 /* ]]> */
Index: branches/2.8.x/wb/templates/wb_theme/css/screen.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/screen.css	(revision 1775)
+++ branches/2.8.x/wb/templates/wb_theme/css/screen.css	(revision 1776)
@@ -3,8 +3,8 @@
 html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#333333; overflow :auto; overflow-y :scroll; }
 body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
 /*  */
-div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 85%; overflow :hidden; }
-.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; }
+div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 75%; overflow :hidden; }
+.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width : 99%; }
 div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; overflow :auto; width :100%; }
 .wrapper { position :relative; display :block; overflow :auto; width :inherit; }
 .content { padding :10px; text-align :left; overflow :hidden; }
@@ -313,3 +313,12 @@
    div.admintools span.title { font-size :1.1em; }
 /* */
 .access h2,.access h3,.access h4,.access h6 { font-weight :bold; }
+.account { 
+   width : 100%;
+   margin : 0 auto;
+ }
+div.account form.settings_table { 
+   width : 100%;
+ }
+div.account form.settings_table table td { width : 40%; } 
+div.account form.settings_table table td.value_input { width : 80%; } 
\ No newline at end of file
