diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 21:21:20 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 21:21:20 +0100 |
| commit | 21d179c762d87e0790206fe59b08ffd49bb4a53b (patch) | |
| tree | 2e1183aec6a34cd85e3358e7240a5aa1731e5d6d /scraper/client/paper/paper.css | |
| parent | 5c176ce457f195dfad15d0c7d01d36fc2f9fdbdd (diff) | |
autocompleting
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index 0977dcb3..c10d21df 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -18,12 +18,25 @@ .type { color: #888; } + .gray { padding: 3px; } + +.param { + display: flex; + flex-direction: row; + justify-content: flex-start; + align-items: flex-start; +} +.vetting { + width: 250px; + margin-right: 10px; +} + iframe.pdfViewer { margin: 10px 0; width: 100%; - height: 50vh; + height: 75vh; border: 1px solid black; }
\ No newline at end of file |
