diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-26 00:08:21 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-26 00:08:21 -0400 |
| commit | b742c8850b184408fd61d8571fa68ecf01386141 (patch) | |
| tree | cf89f84ed5fee032978a72922ec56a4adf78b87d /src/client/views/collections/CollectionPDFView.scss | |
| parent | 430dfa3afbfd38fe0db869b962da45903b888264 (diff) | |
fixed some things with pdfs
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionPDFView.scss | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionPDFView.scss b/src/client/views/collections/CollectionPDFView.scss index 0eca3f1cd..f6fb79582 100644 --- a/src/client/views/collections/CollectionPDFView.scss +++ b/src/client/views/collections/CollectionPDFView.scss @@ -1,20 +1,39 @@ .collectionPdfView-buttonTray { - top : 25px; + top : 15px; left : 20px; position: relative; transform-origin: left top; position: absolute; } +.collectionPdfView-thumb { + width:25px; + height:25px; + transform-origin: left top; + position: absolute; + background: darkgray; +} +.collectionPdfView-slider { + width:25px; + height:25px; + transform-origin: left top; + position: absolute; + background: lightgray; +} .collectionPdfView-cont{ width: 100%; height: 100%; position: absolute; top: 0; left:0; - +} +.collectionPdfView-cont-dragging { + span { + user-select: none; + } } .collectionPdfView-backward { color : white; + font-size: 24px; top :0px; left : 0px; position: absolute; @@ -22,8 +41,9 @@ } .collectionPdfView-forward { color : white; + font-size: 24px; top :0px; - left : 35px; + left : 45px; position: absolute; background-color: rgba(50, 50, 50, 0.2); }
\ No newline at end of file |
