Fixing the position of the paging controls in the scaffolding app.

Review at http://gwt-code-reviews.appspot.com/738802

Review by: rjrjr@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8477 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/employee/EmployeeListView.ui.xml b/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/employee/EmployeeListView.ui.xml
index 4c4c7ea..50d9d31 100644
--- a/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/employee/EmployeeListView.ui.xml
+++ b/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/employee/EmployeeListView.ui.xml
@@ -9,9 +9,9 @@
       position: absolute;
       left:0;
       right:0;
-      top:0;
+      top: 3px;
       height: 2em;
-      margin-left: 12em;
+      margin-left: 15px;
     }
     @sprite .createButton {
       gwt-image: 'createButton';
@@ -31,6 +31,9 @@
     .controls button {
        display:inline;       
      }
+     .listView {
+       position: relative;
+     }
      .listView > table {
        table-layout:fixed;
      }
diff --git a/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/report/ReportListView.ui.xml b/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/report/ReportListView.ui.xml
index 74fa4e6..2e3bf9c 100644
--- a/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/report/ReportListView.ui.xml
+++ b/bikeshed/src/com/google/gwt/sample/expenses/gwt/ui/report/ReportListView.ui.xml
@@ -8,9 +8,9 @@
       position: absolute;
       left:0;
       right:0;
-      top:0;
+      top: 3px;
       height: 2em;
-      margin-left: 12em;
+      margin-left: 15px;
     }
     @sprite .createButton {
       gwt-image: 'createButton';
@@ -30,6 +30,9 @@
     .controls button {
        display:inline;
      }
+     .listView {
+       position: relative;
+     }
      .listView > table {
        table-layout:fixed;
      }