diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 17:38:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 17:38:55 +0200 |
| commit | 83858f95425278d44e7f39177e141e7b82c0022c (patch) | |
| tree | f6f0e531ddcbaa6dc74bfc452846334d0302a517 /client/table/tabulator.css | |
| parent | bca367770c426a6f2086c53b2e821a7a35de4e4f (diff) | |
search icon
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 06bceb20..c08ad580 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -29,7 +29,17 @@ padding: 0 5px 0 0; } +.citationBrowser { + padding: 10px; + border-radius: 4px; + background: #666; +} .citationBrowser .q { max-width: 400px; - margin-bottom: 4px; + margin-bottom: 10px; + background-image: url(/assets/img/icon-search.png); + background-position: 390px center; + background-repeat: no-repeat; + box-shadow: 0px 2px 4px rgba(0,0,0,0.2); + border: 0; }
\ No newline at end of file |
