aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-06 09:25:53 -0500
committerbob <bcz@cs.brown.edu>2020-02-06 09:25:53 -0500
commite11d5ccc1974b1d0b9b66ddfe11df00c8fd45ccb (patch)
treeab1bfa670d7d8556ca7a94237fea9566f175baa1 /src/client/views/nodes/PresBox.scss
parent714e66d2916971b5b023ba33c20b8794c1d536e2 (diff)
parent829872a08cd70675990b96d7388e886d57283c27 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss17
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