diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-05 23:29:46 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-05 23:29:46 -0500 |
| commit | 829872a08cd70675990b96d7388e886d57283c27 (patch) | |
| tree | b8600e916b915124a8a2d4f69e4a6fe1de3720b5 /src/client/views/nodes/PresBox.scss | |
| parent | 9636494fa599862607e8658ef6e6a83a5f527dd8 (diff) | |
added additional view modes for presenations
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index 3e1967a18..7618aa7e3 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -14,10 +14,6 @@ transition: 0.7s opacity ease; pointer-events: all; - .presBox-listCont { - position: relative; - } - .presBox-buttons { padding: 10px; width: 100%; @@ -28,4 +24,17 @@ border-radius: 5px; } } + .presBox-backward, .presBox-forward { + width: 25px; + border-radius: 5px; + top:50%; + position: absolute; + display: inline-block; + } + .presBox-backward { + left:5; + } + .presBox-forward { + right:5; + } }
\ No newline at end of file |
