diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
| commit | 77e2b579bc42b6c36f82dba246561293049e73f8 (patch) | |
| tree | 2ae0a2474dcc84f43e6753a0718866a7f0e75375 /scraper/client/paper/paper.css | |
| parent | 4f9d68e6b546559bd80c93b2de3a42f554589d24 (diff) | |
adding chart... whole verify app working nicer
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index 21df2df1..914077b6 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -12,6 +12,20 @@ width: 100%; } +.filter_buttons { + margin-left: 5px; + margin-bottom: 10px; +} +.filter_buttons span { + margin-right: 10px; + cursor: pointer; + opacity: 0.8; + transition: opacity 0.2; +} +.filter_buttons span:hover { + opacity: 1; +} + .citations { padding:40px; } @@ -82,6 +96,13 @@ padding:4px; font-size:12px; } +.chartCaption { + display: block; + width: 100%; + font-size: 12px; + color: #333; + text-align: center; +} .param { display: flex; |
