summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-26 19:05:07 +0300
committerAndrew Dolgov <[email protected]>2017-02-26 19:05:07 +0300
commitbd6cc25bc5cabe4bf4f2ec9ccf4da8bd37fcbfa7 (patch)
tree8982886bcbf11870cef38b57ace2ca90f9b1a082 /css
parentfafcfcd6755642225b428013f506da985ec6dd99 (diff)
show an indicator while chapter is loaded by epub.js
Diffstat (limited to 'css')
-rw-r--r--css/read.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/read.css b/css/read.css
index a4851ce..6ef5db2 100644
--- a/css/read.css
+++ b/css/read.css
@@ -16,7 +16,10 @@
display : table-cell;
vertical-align : middle;
}
-
+.notice {
+ width : 120px;
+ padding-left : 5px;
+}
.header {
top : 5px;
left : 0px;