Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1601)
+++ branches/2.8.x/CHANGELOG	(revision 1602)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
+08 Feb-2012 Build 1602 Dietmar Woellbrink (Luisehahne)
+! a quick simple stylesheet fix in wb_theme, 
 07 Feb-2012 Build 1601 Dietmar Woellbrink (Luisehahne)
 ! little designfix in forgot_form.php
 ! fix media if uploading zip files with folder, than create FolderProtectFiles
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1601)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1602)
@@ -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.2');
-if(!defined('REVISION')) define('REVISION', '1601');
+if(!defined('REVISION')) define('REVISION', '1602');
 if(!defined('SP')) define('SP', 'SP2');
Index: branches/2.8.x/wb/templates/wb_theme/theme.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/theme.css	(revision 1601)
+++ branches/2.8.x/wb/templates/wb_theme/theme.css	(revision 1602)
@@ -23,9 +23,10 @@
 div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; }
 .header { width :900px; margin :0 auto; }
 .container { width :85%; margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; }
-.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; }
+.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; width :900px; }
 #content_container { text-align :center; width :900px; clear :both; margin :0 auto; }
-#admintools li { display :inline; float :left; list-style-type :none; margin :0 10px 0 0; width :48%; }
+#admintools ul { padding :0; margin :0 auto; width :100%; }
+#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 10px 0 0; }
 .description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; }
 .graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; }
 .graphic img { background-color :#ffffff; border :1px solid #d0d0d0; padding :4px; vertical-align :middle; }
@@ -49,7 +50,14 @@
 .setting_value { width :80%; }
 .setting_value_permissions { width :50%; min-width :400px; }
 .setting_value textarea { height :50px; }
-.title { width :90%; padding :3px 5px 0px 0px; color :#003366; font-weight :bold; font-size :14px; text-align :left; height :16px; }
+.title {
+   text-align :left;
+   padding :4px 5px 0px 3px;
+   font-weight :bold;
+   font-size :14px;
+   margin-bottom :5px;
+}
+span.title { display :block; }
 .tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
 .tool_table li { padding :1px; list-style-type :disc; }
 /* CSS STYLES FOR THE PAGES SECTION */
