diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 19:19:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 19:19:10 +0100 |
| commit | 5c176ce457f195dfad15d0c7d01d36fc2f9fdbdd (patch) | |
| tree | 5b86773170303e86edf54c135b9fb4750cbb3df2 /scraper/client/paper/paper.css | |
| parent | 83063b97105c7514d71ec2afaaf66def49116214 (diff) | |
possible PDF embed
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 |
