diff --git a/cps/static/css/fonts/fontello.eot b/cps/static/css/fonts/fontello.eot index f63ffa04..62e14205 100644 Binary files a/cps/static/css/fonts/fontello.eot and b/cps/static/css/fonts/fontello.eot differ diff --git a/cps/static/css/fonts/fontello.svg b/cps/static/css/fonts/fontello.svg index 2db13984..64bff96d 100644 --- a/cps/static/css/fonts/fontello.svg +++ b/cps/static/css/fonts/fontello.svg @@ -1,33 +1,62 @@ \ No newline at end of file + diff --git a/cps/static/css/fonts/fontello.ttf b/cps/static/css/fonts/fontello.ttf index 95715f86..9957758c 100644 Binary files a/cps/static/css/fonts/fontello.ttf and b/cps/static/css/fonts/fontello.ttf differ diff --git a/cps/static/css/fonts/fontello.woff b/cps/static/css/fonts/fontello.woff index 084f0c55..f651825a 100644 Binary files a/cps/static/css/fonts/fontello.woff and b/cps/static/css/fonts/fontello.woff differ diff --git a/cps/static/css/main.css b/cps/static/css/main.css index 7d31afe9..aa5aeda1 100644 --- a/cps/static/css/main.css +++ b/cps/static/css/main.css @@ -867,3 +867,15 @@ input:-moz-placeholder { .icon-resize-small::before { content: "\e808"; } /* '' */ +.icon-volume::before { + content: "\e816"; +} +.icon-volume-down::before { + content: "\e817"; +} +.icon-volume-off::before { + content: "\e818"; +} +.icon-volume-up::before { + content: "\e819"; +} diff --git a/cps/static/js/kthoom.js b/cps/static/js/kthoom.js index 67b18fc1..07f2ae1c 100644 --- a/cps/static/js/kthoom.js +++ b/cps/static/js/kthoom.js @@ -700,6 +700,11 @@ function init(filename) { $("#setting").click(function () { $("#settings-modal").toggleClass("md-show"); }); + + // Open read modal + $("#read").click(function () { + $("#read-modal").toggleClass("md-show"); + }); // On Settings input change $("#settings input").on("change", function () { diff --git a/cps/templates/read.html b/cps/templates/read.html index 9fa98b7e..ab9f3279 100644 --- a/cps/templates/read.html +++ b/cps/templates/read.html @@ -59,9 +59,10 @@
@@ -72,6 +73,19 @@ + +