diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-01 01:03:58 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-01 01:03:58 -0500 |
| commit | c96fbf77aa35b3c7f8566921064886df01f195d9 (patch) | |
| tree | 110f062a88e757ed183eb3b108917ee0a5548bb9 /src/client/views/collections/CollectionTimeView.scss | |
| parent | d20a21384fc685082955cfbb9deb9c0f1176e7ad (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.scss | 25 |
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; |
