diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-01 10:12:50 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-01 10:12:50 -0400 |
| commit | faaff9fe8aab3bd5d116eab8bd85198a0756fe30 (patch) | |
| tree | bbfcaf95e462b298aa7645049443ad9932f780a8 /src/client/views/nodes/PDFBox.scss | |
| parent | 9e1234abe64d289927122ad641e3bcaf0b9eaf6e (diff) | |
fixed issues with pdf loading and layout.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 2917c81cb..3f5f47e05 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -9,6 +9,37 @@ z-index: -1; } +.pdfBox-title-outer { + + position: absolute; + width: 100%; + height: 100%; + background: lightslategray; + .pdfBox-title-cont { + width: 150%; + height: 100%; + position: relative; + display: grid; + + .pdfBox-title { + color:lightgray; + margin-top: auto; + margin-bottom: auto; + transform-origin: 42% -18%; + width: 100%; + transform: rotate(55deg); + font-size: 144; + padding: 5%; + overflow: hidden; + display: inline-block; + white-space: pre; + text-overflow: ellipsis; + text-align: center; + } + } +} + + .pdfBox-cont { pointer-events: none; .collectionFreeFormView-none { |
