diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
| commit | 7921253dfc1e115b9e8beaa845f952fa5c3eb226 (patch) | |
| tree | 3c785523ab35f421b69ad3c5517e22d2bb55027a /src/client/views/collections/CollectionPDFView.scss | |
| parent | f905d60fecaf7301c1ffb716529d6e5b86130798 (diff) | |
fixed zoom behavior of pdf / video buttons.
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionPDFView.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionPDFView.scss b/src/client/views/collections/CollectionPDFView.scss new file mode 100644 index 000000000..28878c6fa --- /dev/null +++ b/src/client/views/collections/CollectionPDFView.scss @@ -0,0 +1,28 @@ +.collectionPdfView-buttonTray { + width: 100%; + height: 100%; + top : 25px; + left : 20px; + position: relative; + transform-origin: left top; + position: absolute; +} +.collectionPdfView-cont{ + width: 100%; + height: 100%; + position: absolute; +} +.collectionPdfView-backward { + color : white; + top :0px; + left : 0px; + position: absolute; + background-color: rgba(50, 50, 50, 0.2); +} +.collectionPdfView-forward { + color : white; + top :0px; + left : 25px; + position: absolute; + background-color: rgba(50, 50, 50, 0.2); +}
\ No newline at end of file |
