From 3e0923463f1cc0ec3943cd7e7d8f1e194a2c9015 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Dec 2009 20:35:49 +0300 Subject: mobile: fix page to page navigation --- mobile/index.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'mobile/index.php') diff --git a/mobile/index.php b/mobile/index.php index a2c51093c..4d5cf1e9c 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -42,6 +42,16 @@ color : gray; } + #myBackButton { + display: none; + left: 6px; + right: auto; + padding: 0; + max-width: 55px; + border-width: 0 8px 0 14px; + -webkit-border-image: url(../lib/iui/backButton.png) 0 8 0 14; + } + img.tinyIcon { max-width : 16px; max-height : 16px; @@ -58,13 +68,12 @@ function togglePublished(id, elem) { alert(id + " => " + elem.getAttribute('toggled')); } -

- + Logout
-- cgit v1.2.3