diff options
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index cd2f8529..0977dcb3 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -1,5 +1,6 @@ -.paperInfo { +.form, .paperInfo { padding: 10px; + width: 100%; } .citations ul { @@ -16,4 +17,13 @@ .type { color: #888; +} +.gray { + padding: 3px; +} +iframe.pdfViewer { + margin: 10px 0; + width: 100%; + height: 50vh; + border: 1px solid black; }
\ No newline at end of file |
