aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionPDFView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-14 10:33:45 -0400
committerbob <bcz@cs.brown.edu>2019-03-14 10:33:45 -0400
commitc95e3f0c670c4f096a83af6dd48852a6c965842b (patch)
tree87ec0ef6ff6ca583d77ee42a072359987ece2c48 /src/client/views/collections/CollectionPDFView.scss
parentdb2486b7bf1fddf9d22e777d33b1f605854ccdd8 (diff)
parentf5ae101d3faa696379aae2b2573c1f073f11621d (diff)
Merge branch 'master' into ui_improvements
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.scss')
-rw-r--r--src/client/views/collections/CollectionPDFView.scss26
1 files changed, 26 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..cc1402498
--- /dev/null
+++ b/src/client/views/collections/CollectionPDFView.scss
@@ -0,0 +1,26 @@
+.collectionPdfView-buttonTray {
+ 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