Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1127)
+++ trunk/CHANGELOG	(revision 1128)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 12-Aug-2009 Matthias Gallas
+#	Fixed some display issues in all backend themes
 !	Again updated dutch language file (Thanks to Argos)
 #	Fixed missing language variable in form modul (Thanks to Argos)
 +	Added missing images to argos_theme (forgotten in changeset [1117])
Index: trunk/wb/admin/pages/index.php
===================================================================
--- trunk/wb/admin/pages/index.php	(revision 1127)
+++ trunk/wb/admin/pages/index.php	(revision 1128)
@@ -90,11 +90,9 @@
 			$num_pages = $get_pages->numRows();
 			?>
 			<li class="p<?php echo $page['parent']; ?>">
-			<table class="pages_view" border="0">
+			<table class="pages_view" border="0" cellpadding="0" cellspacing="0">
 			<tr>
-				<td width="30" align="right"><?php echo $page['page_id']; ?></td>
-				<td width="20" style="padding-left: <?php if($page['level'] > 0){ echo $page['level']*20; } else { echo '7'; } ?>px;">
-
+				<td valign="middle" width="20" style="padding-left: <?php if($page['level'] > 0){ echo $page['level']*20; } else { echo '7'; } ?>px;">
 					<?php
 					if($display_plus == true) {
 					?>
@@ -143,8 +141,11 @@
 				</td>
 				<?php } ?>
 				<td class="list_menu_title">
-					<font color="#999999"><?php echo ($page['menu_title']); ?></font>
+					<?php echo ($page['menu_title']); ?>
 				</td>
+				<td class="list_page_id">
+					<?php echo $page['page_id']; ?>
+				</td>
 				<td class="list_actions">
 					<?php if($page['visibility'] != 'deleted' AND $page['visibility'] != 'none') { ?>
 					<a href="<?php echo $admin->page_link($page['link']); ?>" target="_blank" title="<?php echo $TEXT['VIEW']; ?>">
@@ -267,10 +268,6 @@
 	<div class="pages_list">
 	<table cellpadding="0" cellspacing="0" border="0">
 	<tr>
-		<td width="10px">
-			&nbsp;
-		</td>
-		<td class="header_list_page_ID">ID</td>
 		<td class="header_list_page_title">
 			<?php echo $TEXT['VISIBILITY'] .' / ' .$TEXT['PAGE_TITLE']; ?>:
 		</td>
@@ -277,6 +274,9 @@
 		<td class="header_list_menu_title">
 			<?php echo $TEXT['MENU_TITLE']; ?>:
 		</td>
+		<td class="header_list_page_id">
+			ID:
+		</td>		
 		<td class="header_list_actions">
 			<?php echo $TEXT['ACTIONS']; ?>:
 		</td>
Index: trunk/wb/templates/classic_theme/theme.css
===================================================================
--- trunk/wb/templates/classic_theme/theme.css	(revision 1127)
+++ trunk/wb/templates/classic_theme/theme.css	(revision 1128)
@@ -370,10 +370,6 @@
  cursor: pointer;
 }
 
-.jsadmin_drag img:hover {
- background-color: lightgrey;
-}
-
 .modify_link {
  padding-top: 4px;
  padding-left: 7px;
@@ -380,22 +376,14 @@
  text-indent: 7px;
 }
 
-.header_list_page_ID {width:15px;text-align:left;}
-.header_list_page_title {width:272px;text-align:left;}
-.header_list_menu_title {width:252px;text-align:left;}
-.header_list_actions {text-align:left;}
+.header_list_page_title {text-align:left;}
+.header_list_menu_title {width:240px; text-align:left;}
+.header_list_page_id {width:40px; text-align:left;}
+.header_list_actions {width:150px; text-align:left;}
 
-.list_page_title {}
-.list_menu_title {width:252px;text-align:left;}
-.list_actions {width:20px;}
+.list_page_title {text-align:left;}
+.list_menu_title {width:240px;text-align:left;}
+.list_page_id {width:40px;text-align:left;}
+.list_actions {width:20px;text-align:left;}
 
-
-
-
-
-
-
-
-
-
 /* Ende */
\ No newline at end of file
Index: trunk/wb/templates/wb_theme/theme.css
===================================================================
--- trunk/wb/templates/wb_theme/theme.css	(revision 1127)
+++ trunk/wb/templates/wb_theme/theme.css	(revision 1128)
@@ -371,10 +371,6 @@
  cursor: pointer;
 }
 
-.jsadmin_drag img:hover {
-/* background-color: lightgrey; */
-}
-
 .modify_link {
  padding-top: 4px;
  padding-left: 7px;
@@ -381,22 +377,14 @@
  text-indent: 7px;
 }
 
-.header_list_page_ID {width:15px;text-align:left;}
-.header_list_page_title {width:272px;text-align:left;}
-.header_list_menu_title {width:252px;text-align:left;}
-.header_list_actions {text-align:left;}
+.header_list_page_title {text-align:left;}
+.header_list_menu_title {width:240px; text-align:left;}
+.header_list_page_id {width:40px; text-align:left;}
+.header_list_actions {width:150px; text-align:left;}
 
-.list_page_title {}
-.list_menu_title {width:252px;text-align:left;}
-.list_actions {width:20px;}
+.list_page_title {text-align:left;}
+.list_menu_title {width:240px;text-align:left;}
+.list_page_id {width:40px;text-align:left;}
+.list_actions {width:20px;text-align:left;}
 
-
-
-
-
-
-
-
-
-
 /* Ende */
\ No newline at end of file
Index: trunk/wb/templates/argos_theme/theme.css
===================================================================
--- trunk/wb/templates/argos_theme/theme.css	(revision 1127)
+++ trunk/wb/templates/argos_theme/theme.css	(revision 1128)
@@ -99,7 +99,7 @@
 .sections_list {font-weight:bold;padding-left:10px;}
 .sections_list table {width:900px;}
 
-.header_list_page_title {text-align:left;padding-left:35px;}
+.header_list_page_title {text-align:left;}
 .header_list_menu_title {width:300px;text-align:left;}
 .header_list_page_id{width:50px;text-align:left;}
 .header_list_actions {text-align:left;width:150px;}
