From ca0313c514e4ab11c623dd0dfb2ddc944e434f91 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 19 Oct 2012 18:43:14 -0500 Subject: [PATCH] back button in mobile admin demo --- VERSION | 2 +- applications/admin/views/plugin_jqmobile/about.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 34fbedde..620a48d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.1.1 (2012-10-19 18:36:33) dev +Version 2.1.1 (2012-10-19 18:43:10) dev diff --git a/applications/admin/views/plugin_jqmobile/about.html b/applications/admin/views/plugin_jqmobile/about.html index ae3e1e24..c02f87d3 100644 --- a/applications/admin/views/plugin_jqmobile/about.html +++ b/applications/admin/views/plugin_jqmobile/about.html @@ -9,6 +9,13 @@ body { background: url('{{=URL('static','plugin_jqmobile/images/iphone.jpg')}}') no-repeat white; } + #back { + z-index: 1000; + padding: 10px; + position: absolute; + top: 0; + right: 0; + } iframe { position: absolute; margin-left: 320px; @@ -35,6 +42,7 @@ +
Back

web2py plugin

for jQuery Mobile