From 0168528fb74f0e82f1b7ae90686d99c941ef0cf8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Apr 2019 20:03:27 +0200 Subject: csv export --- client/table/tabulator.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'client/table/tabulator.css') diff --git a/client/table/tabulator.css b/client/table/tabulator.css index c08ad580..465d4839 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -30,9 +30,6 @@ } .citationBrowser { - padding: 10px; - border-radius: 4px; - background: #666; } .citationBrowser .q { max-width: 400px; @@ -42,4 +39,26 @@ background-repeat: no-repeat; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); border: 0; +} + +.citationHeader { + width: 100%; + display: flex; + flex-direction: row; + align-items: flex-start; + justify-content: space-between; +} +span.download { + display: block; + font-size: 13px; + color: #ddd; + cursor: pointer; + background: #333; + padding: 5px 8px; + border-radius: 5px; + transition: all 0.2s; +} +.desktop span.download:hover { + color: #fff; + background: #000; } \ No newline at end of file -- cgit v1.2.3-70-g09d2 From ef599e6762d618c9432fe12addde03fc2b119b12 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Apr 2019 20:06:28 +0200 Subject: css --- client/table/tabulator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/table/tabulator.css') diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 465d4839..17dad62a 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -60,5 +60,5 @@ span.download { } .desktop span.download:hover { color: #fff; - background: #000; + background: #666; } \ No newline at end of file -- cgit v1.2.3-70-g09d2