diff --git a/index.html b/index.html index 5b0568d..106091a 100755 --- a/index.html +++ b/index.html @@ -97,7 +97,10 @@ $(document).ready(function(){ $('.button.cover').swipe({click: goToMagazineCover}) $('.button.next-article').swipe({click: nextArticle}) $('.button.prev-article').swipe({click: prevArticle}) - $('.button.bookmark').swipe({click: function(){toggleBookmark()}}) + + $('.button.prev-bookmark').swipe({click: prevBookmark}) + $('.button.toggle-bookmark').swipe({click: function(){toggleBookmark()}}) + $('.button.next-bookmark').swipe({click: nextBookmark}) loadState() setupNavigator() @@ -130,10 +133,39 @@ $(document).ready(function(){
-
Issue Cover
- - -
Bookmark
+
+
PortableMag
+
+
+
+ + + + prev + + + +
+
+ + + + bookmark + + + + +
+
+ + + + next + + + +
+
@@ -164,7 +196,7 @@ $(document).ready(function(){ - Layer 1 + PortableMag cover diff --git a/magazine.css b/magazine.css index dfe55d7..571eb1d 100755 --- a/magazine.css +++ b/magazine.css @@ -254,6 +254,16 @@ body { font-size: 14px; color: white; } +.top-toolbar .left-set, +.bottom-toolbar .left-set { + float: left; + text-align: left; +} +.top-toolbar .right-set, +.bottom-toolbar .right-set { + float: right; + text-align: right; +} .top-toolbar a, .bottom-toolbar a { color: white; text-decoration: none; @@ -266,6 +276,7 @@ body { top: 0px; width: 100%; } + .bottom-toolbar { bottom: 0px; width: 100%;