diff options
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index d7b977fc..4815bd30 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -46,11 +46,15 @@ input.notes { .param label { display: block; padding: 4px; - min-width: 150px; + min-width: 200px; } .param input[type=checkbox] { margin: 6px 0; } +textarea { + padding: 4px; + font-size: 14px; +} .pdf_links a.selected { font-weight: bold; |
