diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 20:03:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 20:03:27 +0200 |
| commit | 0168528fb74f0e82f1b7ae90686d99c941ef0cf8 (patch) | |
| tree | 88cebc319d29e39ff8843bdde63144b813530388 /client/table/tabulator.css | |
| parent | 36cda707b6b03a7b2aa10e6b17ca780797916060 (diff) | |
csv export
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 25 |
1 files changed, 22 insertions, 3 deletions
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 |
