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 91469e17..82b95d9c 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -33,7 +33,9 @@ justify-content: flex-start; align-items: flex-start; } -input.notes { width: 400px; } +input.notes { + width: 400px; +} .param .btn { margin-top: 5px; } @@ -41,6 +43,14 @@ input.notes { width: 400px; } width: 250px; margin-right: 10px; } +.param label { + display: block; + padding: 4px; + min-width: 140px; +} +.param input[type=checkbox] { + margin: 6px 0; +} .pdf_links a.selected { font-weight: bold; |
