diff options
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index c10d21df..430face4 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -29,6 +29,10 @@ justify-content: flex-start; align-items: flex-start; } +input.notes { width: 400px; } +.param .btn { + margin-top: 5px; +} .vetting { width: 250px; margin-right: 10px; @@ -39,4 +43,16 @@ iframe.pdfViewer { width: 100%; height: 75vh; border: 1px solid black; +} +header select { + margin-right: 10px; + width: 100px; +} +header a { + color: white; + text-decoration: none; + font-weight: normal; +} +.desktop header a:hover { + text-decoration: underline; }
\ No newline at end of file |
