summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-22 00:23:29 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-22 00:23:29 +0100
commit35f19bdca7ac68829fd781827d25deb4bfc734d2 (patch)
treeb36b5a4629a48b6797183f8f83277f130f39b218 /scraper/client/paper/paper.css
parent94e0a98f1279f27e7cb123ab572bfae9c15746c1 (diff)
rebuild and update js linkx
Diffstat (limited to 'scraper/client/paper/paper.css')
-rw-r--r--scraper/client/paper/paper.css6
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;