diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-03 15:20:56 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-03 15:20:56 +0100 |
commit | dbc9edbfb12768d6c368e99f4580022b4a5ce2ee (patch) | |
tree | c27b1e65b8e69b59bf8b75e8af38c1d3b26354c4 | |
parent | 5d1e144b02dfa9981b4cdbaf7f840980430d47ba (diff) |
fix report page header as that can have lots of content
-rw-r--r-- | www/templates/en/reports.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html index 0c8c7de..45c1dc0 100644 --- a/www/templates/en/reports.html +++ b/www/templates/en/reports.html @@ -1,4 +1,4 @@ -<div data-role="header"> +<div data-role="header" data-position="fixed"> <h1>My Reports</h1> <a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a> </div> |