Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 750)
+++ trunk/CHANGELOG	(revision 751)
@@ -11,6 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.7.0 -------------------------------------
+12-Mar-2008 Matthias Gallas
+# 	fixed loading time and some display issues in IE6 of the new admin interface
+!	tweaked the new admin interface a little bit
 12-Mar-2008 Christian Sommer
 ! 	set version number to 2.7 (RC2) for the upcoming second release candidate
 ! 	removed hardcoded /admin folder strings from WB core files where possible
Index: trunk/wb/admin/media/browse.html
===================================================================
--- trunk/wb/admin/media/browse.html	(revision 750)
+++ trunk/wb/admin/media/browse.html	(revision 751)
@@ -41,7 +41,7 @@
 </head>
 <body>
 
-<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 2px solid #35373a; width: 100%;">
+<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #35373a; width: 100%;">
 <tr style="background-color: #ECF1F3;">
 	<td width="16" align="center" style="padding-left: 10px;">
 		<a href="{PARENT_DIR_LINK}">
Index: trunk/wb/admin/media/template.html
===================================================================
--- trunk/wb/admin/media/template.html	(revision 750)
+++ trunk/wb/admin/media/template.html	(revision 751)
@@ -2,7 +2,7 @@
 
 <style>
 iframe {
-	border: 2px solid #35373a;
+	border: 1px solid #35373a;
 }
 
 input:focus, input:active {
Index: trunk/wb/admin/interface/stylesheet.css
===================================================================
--- trunk/wb/admin/interface/stylesheet.css	(revision 750)
+++ trunk/wb/admin/interface/stylesheet.css	(revision 751)
@@ -4,8 +4,8 @@
 	color: #000000;
 }
 body {
-	background-color: #95C8F0;
-	background-image: url(background.png);
+	background-color: #A8BCCB;
+	background-image: url(background.png);
 	background-repeat: repeat-x;
 	margin: 0px;
 }
@@ -20,7 +20,7 @@
 h1 {
 	text-align: center;
 	font-size: 20px;
-	color: #000000;
+	color: #000000;
 	text-transform: uppercase;
 }
 h2 {
@@ -46,11 +46,11 @@
 .menu {
 	margin: 0;
 	padding: 0;
-	padding-top: 8px;
-	padding-bottom: 10px;
+	padding-top: 8px;
+	padding-bottom: 10px;
 	padding-left: 8px;
-    background: #000 url(menu.png) ;
-    background-repeat:repeat-x;
+    background: #000 url(menu.png) ;
+    background-repeat:repeat-x;
 }
 .menu li {
 	list-style-type: none;
@@ -59,23 +59,23 @@
 }
 .menu a, .menu a:link, .menu a:active, .menu a:visited {
 	border-bottom: 0;
-	padding: 7px 11px 9px 11px;
-	color: #fff;
+	padding: 7px 11px 9px 11px;
+	color: #fff;
 }
 .menu a:hover {
 	text-decoration: none;
-	color: #fff;
-    background: #fff url(menuo.png) ;
-    background-repeat:repeat-x;
+	color: #fff;
+    background: #fff url(menuo.png) ;
+    background-repeat:repeat-x;
 }
 .current a, .current a:link, .current a:active, .current a:visited {
-	background: #fff url(menuo.png) ;
-    background-repeat:repeat-x;
-	color: #fff;
+	background: #fff url(menuo.png) ;
+    background-repeat:repeat-x;
+	color: #fff;
 }
 .content {
-    background: #fff url(bgtitle.png) ;
-    background-repeat:repeat-x;
+    background: #fff url(bgtitle.png) ;
+    background-repeat:repeat-x;
 	padding: 20px;
 	height: 280px;
 	width: 750px;
@@ -83,15 +83,15 @@
 	vertical-align: top;
 }
 .row_a {
-	background-color: #ECF3F7;
+	background-color: #ECF3F7;
 }
 .row_b {
-	background-color: #EBF7FC;
+	background-color: #EBF7FC;
 }
 .hide {
 	display: none;
-}
-
-input:focus, select:focus, textarea:focus {
-	background: #F1F8FD;
+}
+
+input:focus, select:focus, textarea:focus {
+	background: #F1F8FD;
 }
\ No newline at end of file
Index: trunk/wb/admin/interface/logo.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/interface/menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/interface/background.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/interface/menuo.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/interface/bgtitle.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/dl.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/view.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/templates.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/groups.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/media.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/pages.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/settings.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/access.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/preferences.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/users.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/languages.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/addons.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/modules.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/admintools.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/icons/view.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/home.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/images/help.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/wb/admin/login/template.html
===================================================================
--- trunk/wb/admin/login/template.html	(revision 750)
+++ trunk/wb/admin/login/template.html	(revision 751)
@@ -14,9 +14,8 @@
 		<img src="{INTERFACE_DIR_URL}/logo.png" alt="Logo" />
 	</td>
 	<td width="5">&nbsp;</td>
-	<td style="font-size: 20px;">
-		<font style="color: #FFFFFF;">Website Baker</font>
-		<font style="color: #DDDDDD;">{SECTION_LOGIN}</font>
+	<td style="font-size: 20px; padding-left: 95px;">
+		<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
 	</td>
 </tr>
 </table>
