commit | 56f17b1234cc815360fd68eb64e80c08a852bf94 | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Aug 04 14:20:09 2010 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Aug 04 14:20:09 2010 +0000 |
tree | ba9efc271a082cbdd7e2cdf459600a20a440d4ba | |
parent | ee040e71d8a5cc8035da5cc18b9c5ec7ed2fcd62 [diff] |
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; }