summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
diff options
context:
space:
mode:
authorAdam Harvey <adam@ahprojects.com>2019-04-03 14:35:41 +0200
committerAdam Harvey <adam@ahprojects.com>2019-04-03 14:35:41 +0200
commit0224090a9dcc79de897871cfa573f99cf8f005a5 (patch)
treeec5967fa3d6ca197af1ac12092fe168fdf499d48 /scraper/client/paper/paper.css
parent04677d60e9e867a6d02fa2c99f07f83dff6e6005 (diff)
parentdf707e4316c79375499974fb2a3443f1c049b93c (diff)
.
Diffstat (limited to 'scraper/client/paper/paper.css')
-rw-r--r--scraper/client/paper/paper.css21
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;