Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1083)
+++ trunk/CHANGELOG	(revision 1084)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+19-July 2009 Matthias Gallas
+#	Fixed display issue of jsadmin in backend themes (Thanks to Argos)
 18-July 2009 Matthias Gallas
 !	Updated german laguage file in argos_theme
 +	Added multilnaguage support to media section of argos_theme (Thanks to Argos)
Index: trunk/wb/templates/classic_theme/theme.css
===================================================================
--- trunk/wb/templates/classic_theme/theme.css	(revision 1083)
+++ trunk/wb/templates/classic_theme/theme.css	(revision 1084)
@@ -80,9 +80,12 @@
  margin: -10px 0 0 0;
 }
 
-.content {
+.container {
  background: #fff url(images/bgtitle.png);
  background-repeat: repeat-x;
+}
+
+.content {
  padding: 20px;
  height: 280px;
  width: 750px;
Index: trunk/wb/templates/classic_theme/templates/header.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/header.htt	(revision 1083)
+++ trunk/wb/templates/classic_theme/templates/header.htt	(revision 1084)
@@ -36,7 +36,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" class="container">
 <tr>
 	<td>
 		<ul class="menu">
Index: trunk/wb/templates/classic_theme/templates/login_forgot.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/login_forgot.htt	(revision 1083)
+++ trunk/wb/templates/classic_theme/templates/login_forgot.htt	(revision 1084)
@@ -23,7 +23,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
 <tr>
 	<td class="content">
 	
Index: trunk/wb/templates/classic_theme/templates/login.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/login.htt	(revision 1083)
+++ trunk/wb/templates/classic_theme/templates/login.htt	(revision 1084)
@@ -23,7 +23,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
 <tr>
 	<td class="content">
 	
Index: trunk/wb/templates/wb_theme/theme.css
===================================================================
--- trunk/wb/templates/wb_theme/theme.css	(revision 1083)
+++ trunk/wb/templates/wb_theme/theme.css	(revision 1084)
@@ -80,9 +80,12 @@
  margin: -10px 0 0 0;
 }
 
-.content {
+.container {
  background: #fff url(images/bgtitle.png);
  background-repeat: repeat-x;
+}
+ 
+.content {
  padding: 20px;
  height: 280px;
  width: 750px;
Index: trunk/wb/templates/wb_theme/templates/header.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/header.htt	(revision 1083)
+++ trunk/wb/templates/wb_theme/templates/header.htt	(revision 1084)
@@ -36,7 +36,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" class="container">
 <tr>
 	<td>
 		<ul class="menu">
Index: trunk/wb/templates/wb_theme/templates/login_forgot.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1083)
+++ trunk/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1084)
@@ -23,7 +23,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
 <tr>
 	<td class="content">
 	
Index: trunk/wb/templates/wb_theme/templates/login.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/login.htt	(revision 1083)
+++ trunk/wb/templates/wb_theme/templates/login.htt	(revision 1084)
@@ -23,7 +23,7 @@
 </tr>
 </table>
 
-<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
+<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
 <tr>
 	<td class="content">
 	
Index: trunk/wb/modules/jsadmin/backend.css
===================================================================
--- trunk/wb/modules/jsadmin/backend.css	(revision 1083)
+++ trunk/wb/modules/jsadmin/backend.css	(revision 1084)
@@ -4,15 +4,15 @@
 }
 
 body.jsadmin_busy td.content {
-	background: white url(images/busy.gif) 4px 4px no-repeat;
+	background: url(images/busy.gif) 4px 4px no-repeat;
 }
 
 body.jsadmin_success td.content {
-	background: white url(images/success.gif) 4px 4px no-repeat;
+	background: url(images/success.gif) 4px 4px no-repeat;
 }
 
 body.jsadmin_failure td.content {
-	background: white url(images/failure.gif) 4px 4px no-repeat;
+	background: url(images/failure.gif) 4px 4px no-repeat;
 }
 
 .jsadmin_drag {
