aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-16 15:00:14 -0400
committerbob <bcz@cs.brown.edu>2019-04-16 15:00:14 -0400
commitcaecf2452c4af5caf8b298719d53274b6709c194 (patch)
tree7ce6ee1ea963632081d6224a9c7f9d93cc6cc2d5 /src/client/views/nodes/ImageBox.scss
parentfeae8f4d314ef389cc544fd3ad0792a6bb04832c (diff)
removed traces()played with image box stacking.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 487038841..f4b3837ff 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -8,6 +8,16 @@
max-height: 100%;
}
+.imageBox-dot {
+ position:absolute;
+ bottom: 10;
+ left: 0;
+ border-radius: 10px;
+ width:20px;
+ height:20px;
+ background:gray;
+}
+
.imageBox-cont img {
height: 100%;
width:100%;
@@ -18,4 +28,4 @@
border: none;
width: 100%;
height: 100%;
-}
+} \ No newline at end of file