From fe418ace1873b81fa3d2c622d3b414dcacbe7b56 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 28 Jun 2019 02:06:53 -0400 Subject: more options... add download csv link and search --- client/table/tabulator.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'client/table/tabulator.css') diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 95768976..0ea81974 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -40,7 +40,7 @@ max-width: 400px; margin-bottom: 10px; background-image: url(/assets/img/icon-search.png); - background-position: 380px center; + background-position: 378px center; background-repeat: no-repeat; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); border: 0; @@ -53,17 +53,21 @@ align-items: flex-start; justify-content: space-between; } -span.download { +.download { display: block; font-size: 13px; color: #ddd; cursor: pointer; background: #333; - padding: 5px 8px; + padding: 5px 8px 5px 8px; border-radius: 5px; transition: all 0.2s; + border: 0 !important; } -.desktop span.download:hover { +.content a.download { + padding: 5px 8px 5px 8px; +} +.desktop .download:hover { color: #fff; background: #666; } \ No newline at end of file -- cgit v1.2.3-70-g09d2