diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 10:33:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 10:33:45 -0400 |
| commit | c95e3f0c670c4f096a83af6dd48852a6c965842b (patch) | |
| tree | 87ec0ef6ff6ca583d77ee42a072359987ece2c48 /src/client/views/collections/CollectionVideoView.scss | |
| parent | db2486b7bf1fddf9d22e777d33b1f605854ccdd8 (diff) | |
| parent | f5ae101d3faa696379aae2b2573c1f073f11621d (diff) | |
Merge branch 'master' into ui_improvements
Diffstat (limited to 'src/client/views/collections/CollectionVideoView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionVideoView.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionVideoView.scss b/src/client/views/collections/CollectionVideoView.scss index 6c2f5a62a..ec3c0327d 100644 --- a/src/client/views/collections/CollectionVideoView.scss +++ b/src/client/views/collections/CollectionVideoView.scss @@ -1,4 +1,9 @@ -.collectionVideoView-controls{ +.collectionVideoView-buttonTray{ + width: 100%; + height: 100%; + position: absolute; +} +.collectionVideoView-cont{ width: 100%; height: 100%; position: absolute; @@ -9,6 +14,7 @@ left : 25px; position: absolute; background-color: rgba(50, 50, 50, 0.2); + transform-origin: left top; } .collectionVideoView-play { width: 25px; @@ -20,6 +26,7 @@ background-color: rgba(50, 50, 50, 0.2); border-radius: 4px; text-align: center; + transform-origin: left bottom; } .collectionVideoView-full { width: 25px; @@ -31,5 +38,6 @@ background-color: rgba(50, 50, 50, 0.2); border-radius: 4px; text-align: center; + transform-origin: right bottom; }
\ No newline at end of file |
