diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 20:14:10 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 20:14:10 +0200 |
| commit | 4288f77297eb0dd36f8206ffbce812223b299ffb (patch) | |
| tree | 7e9c23ec1b3a832e031a5c22ff29700eb5929656 /client/table/tabulator.css | |
| parent | 54a9853e9dce4a2c00208c80e49b6d6497d50886 (diff) | |
| parent | 25f850aedbdddd17e0de8c5f2a41aace58c1413f (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
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..17dad62a 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: #666; }
\ No newline at end of file |
