diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-16 15:00:14 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-16 15:00:14 -0400 |
| commit | caecf2452c4af5caf8b298719d53274b6709c194 (patch) | |
| tree | 7ce6ee1ea963632081d6224a9c7f9d93cc6cc2d5 /src/client/views/nodes/ImageBox.scss | |
| parent | feae8f4d314ef389cc544fd3ad0792a6bb04832c (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.scss | 12 |
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 |
