diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-11 01:00:51 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-11 01:00:51 -0500 |
| commit | 51a82fddf79e0c838ed2e506d295edb7d9a9bd7b (patch) | |
| tree | 507a54e8d0f471df71f395c590e76a1f3bd85036 /src/client/views/nodes/PresBox.scss | |
| parent | dc259d768d435f00527404ed99a4c8c74105fc8a (diff) | |
fixes to presentation display box, and timeline min/max/span requests.
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index 7618aa7e3..6a20751cc 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -2,13 +2,11 @@ position: absolute; z-index: 2; box-shadow: #AAAAAA .2vw .2vw .4vw; - right: 0; - top: 0; bottom: 0; width: 100%; min-width: 120px; height: 100%; - min-height: 50px; + min-height: 41px; letter-spacing: 2px; overflow: hidden; transition: 0.7s opacity ease; @@ -17,6 +15,10 @@ .presBox-buttons { padding: 10px; width: 100%; + background: gray; + padding-right: 10px; + padding-top: 5px; + padding-bottom: 5px; .presBox-button { margin-right: 2.5%; margin-left: 2.5%; |
