diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-20 01:48:55 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-20 01:48:55 +0100 |
| commit | e5c69daa3c2428a067c61baca3d20c96398f9354 (patch) | |
| tree | c97bdc78d53a7b058c23deeadfdbe3a11ad7a1cf /scraper/client/paper/paper.css | |
| parent | 7eb3c04ef85fa0311bdf30b24df2aba102757878 (diff) | |
s2 geocode server
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; |
