aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 12:51:12 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 12:51:12 -0400
commit3241cb78d8f3d9fba19e8438df50bd29d0d0bc02 (patch)
tree034d9f58077e5c824a353344b17bff8a758c85ec /css
parentecb4347ec1d9db8cceec1cb28385fc2326087b17 (diff)
downloadfreenode-live-2017-presentation-3241cb78d8f3d9fba19e8438df50bd29d0d0bc02.tar
freenode-live-2017-presentation-3241cb78d8f3d9fba19e8438df50bd29d0d0bc02.tar.gz
progress bar can now be clicked to navigate (closes #181)
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 9831255..cd6e8e5 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -253,12 +253,12 @@ body {
.reveal .controls {
display: none;
position: fixed;
- width: 100px;
- height: 100px;
+ width: 90px;
+ height: 90px;
z-index: 30;
- right: 0;
- bottom: 0;
+ right: 10px;
+ bottom: 10px;
}
.reveal .controls a {
@@ -304,8 +304,16 @@ body {
width: 100%;
bottom: 0;
left: 0;
+ z-index: 10;
}
-
+ .reveal .progress:after {
+ content: '';
+ display: 'block';
+ position: absolute;
+ height: 20px;
+ width: 100%;
+ top: -20px;
+ }
.reveal .progress span {
display: block;
height: 100%;