From 5bfa8fd06f4de2bf8fb6ae36f0151e4070e48961 Mon Sep 17 00:00:00 2001 From: zefanja Date: Mon, 7 Oct 2013 13:32:00 +0700 Subject: * added left/right navigation to main view (just swipe left/right) --- source/App.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'source/App.css') diff --git a/source/App.css b/source/App.css index f910695..4e1dc8e 100644 --- a/source/App.css +++ b/source/App.css @@ -30,6 +30,25 @@ width: 45px; } +.chapter-nav { + position: absolute; + top: 45%; + border-radius: 10px; + background-color: rgba(205,133,63,0.5); + font-weight: bold; +} + +.chapter-nav-left { + padding: 10px; + margin-right: 10px; + min-width: 105px; +} + +.chapter-nav-right { + padding: 10px; + margin-left: 10px; +} + /* MODULE MANAGER */ .item { -- cgit