summaryrefslogtreecommitdiff
path: root/mobile/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-17 20:35:49 +0300
committerAndrew Dolgov <[email protected]>2009-12-17 20:35:49 +0300
commit3e0923463f1cc0ec3943cd7e7d8f1e194a2c9015 (patch)
tree1db5fbeea24b6d60a88b3a9a2d6d909775d584ef /mobile/index.php
parentea520dd6acc5e535f8554b8bb4e72ee16de10fc8 (diff)
mobile: fix page to page navigation
Diffstat (limited to 'mobile/index.php')
-rw-r--r--mobile/index.php13
1 files changed, 11 insertions, 2 deletions
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'));
}
-
</script>
<body>
<div class="toolbar">
<h1 id="pageTitle"></h1>
- <a id="backButton" class="button" href="#"></a>
+ <a id="myBackButton" class="button" href="#"></a>
<a class="button" target="_self" href="logout.php">Logout</a>
</div>