aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTimeView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-01 01:03:58 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-01 01:03:58 -0500
commitc96fbf77aa35b3c7f8566921064886df01f195d9 (patch)
tree110f062a88e757ed183eb3b108917ee0a5548bb9 /src/client/views/collections/CollectionTimeView.scss
parentd20a21384fc685082955cfbb9deb9c0f1176e7ad (diff)
several layout fixes for time views. removed remnants of animate to icon code.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
-rw-r--r--src/client/views/collections/CollectionTimeView.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss
index 4e06fdb84..805d06d3d 100644
--- a/src/client/views/collections/CollectionTimeView.scss
+++ b/src/client/views/collections/CollectionTimeView.scss
@@ -4,6 +4,31 @@
position: absolute;
height: 100%;
width: 100%;
+ overflow: hidden;
+ .collectionFreeform-customText {
+ text-align: left;
+ }
+ .collectionTimeView-thumb {
+ position: absolute;
+ width: 30px;
+ height: 30px;
+ transform: rotate(45deg);
+ display: inline-block;
+ background: gray;
+ bottom: 0;
+ margin-bottom: -17px;
+ border-radius: 9px;
+ opacity: 0.25;
+ }
+ .collectionTimeView-thumb-min {
+ margin-left:25%;
+ }
+ .collectionTimeView-thumb-max {
+ margin-left:75%;
+ }
+ .collectionTimeView-thumb-mid {
+ margin-left:50%;
+ }
.collectionTimeView-flyout {
width: 400px;