aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionPDFView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-25 12:59:28 -0400
committerbob <bcz@cs.brown.edu>2019-09-25 12:59:28 -0400
commitc7529bf9925efd823e340b0f5a3bc2d7d3482c89 (patch)
tree406bf1db7af2205d2a56fca3112c613efcdae1a4 /src/client/views/collections/CollectionPDFView.scss
parent0a5b90021c0f48a3c5c6801b96b2c8834639a695 (diff)
more ui updates -- don't need CollectionPDFview anymore...
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.scss')
-rw-r--r--src/client/views/collections/CollectionPDFView.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/client/views/collections/CollectionPDFView.scss b/src/client/views/collections/CollectionPDFView.scss
index a853e5ca6..62ec8a5be 100644
--- a/src/client/views/collections/CollectionPDFView.scss
+++ b/src/client/views/collections/CollectionPDFView.scss
@@ -1,26 +1,4 @@
-.collectionPdfView-buttonTray {
- 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%;
@@ -31,21 +9,3 @@
z-index: -1;
overflow: hidden !important;
}
-
-.collectionPdfView-backward {
- color: white;
- font-size: 24px;
- top: 0px;
- left: 0px;
- position: absolute;
- background-color: rgba(50, 50, 50, 0.2);
-}
-
-.collectionPdfView-forward {
- color: white;
- font-size: 24px;
- top: 0px;
- left: 45px;
- position: absolute;
- background-color: rgba(50, 50, 50, 0.2);
-} \ No newline at end of file