diff options
author | Hakim El Hattab | 2017-05-17 17:10:17 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-05-17 17:10:17 +0200 |
commit | d770f32bb974b9d97c3b22dd83dab0c01b8cdc28 (patch) | |
tree | c761efc9b7ac17685f2cbe59dee197ad0cfcd557 /css/reveal.css | |
parent | c966672aa413e4ba1a635977d3036da3296a3ff1 (diff) |
control layout tweaks
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/css/reveal.css b/css/reveal.css index 9067fe4..8496082 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -354,24 +354,27 @@ body { .reveal .controls .enabled.fragmented:hover { opacity: 1; } -.reveal:not(.has-vertical-slides) .controls .navigate-left, -.reveal:not(.has-vertical-slides) .controls .navigate-right { - bottom: 10px; } +.reveal:not(.has-vertical-slides) .controls .navigate-left { + bottom: 1.2em; + right: 5.8em; } -.reveal:not(.has-horizontal-slides) .controls .navigate-up, -.reveal:not(.has-horizontal-slides) .controls .navigate-down { - right: 10px; } +.reveal:not(.has-vertical-slides) .controls .navigate-right { + bottom: 1.2em; + right: 1.2em; } .reveal:not(.has-horizontal-slides) .controls .navigate-up { - bottom: 3.9em; } + right: 1.2em; + bottom: 5.8em; } -.reveal.has-dark-background .controls .pagination-arrow:after, -.reveal.has-dark-background .controls .pagination-arrow:before { - background-color: #fff; } +.reveal:not(.has-horizontal-slides) .controls .navigate-down { + right: 1.2em; + bottom: 1.2em; } -.reveal.has-light-background .controls .pagination-arrow:after, -.reveal.has-light-background .controls .pagination-arrow:before { - background-color: #000; } +.reveal.has-dark-background .controls { + color: #fff; } + +.reveal.has-light-background .controls { + color: #000; } @media screen and (min-width: 500px) { .reveal .controls[data-controls-layout="edges"] { |