aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-10-07 13:32:00 +0700
committerzefanja <zefanja@freenet.de>2013-10-07 13:32:00 +0700
commit5bfa8fd06f4de2bf8fb6ae36f0151e4070e48961 (patch)
treedbe6fe2a6ace8fdc6ac7c8b6c2cab35168556f08 /source/App.css
parent8cd26a34da8c0251e053f2a709dfcef3f30a0761 (diff)
downloadbiblez-ng-5bfa8fd06f4de2bf8fb6ae36f0151e4070e48961.tar.gz
* added left/right navigation to main view (just swipe left/right)
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css19
1 files changed, 19 insertions, 0 deletions
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 {