diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 17:21:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 17:21:21 +0200 |
| commit | bca367770c426a6f2086c53b2e821a7a35de4e4f (patch) | |
| tree | 04b959658a504bb8021bf23682c83ba597789dea /client/table/tabulator.css | |
| parent | eb77595e9933a65bd4827559968663289aca85df (diff) | |
build
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 24005368..06bceb20 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -23,4 +23,13 @@ } .tabulator .tabulator-tableHolder .tabulator-table { background-color: #333; +} +.multi-value-formatter-content span { + border: 0; + padding: 0 5px 0 0; +} + +.citationBrowser .q { + max-width: 400px; + margin-bottom: 4px; }
\ No newline at end of file |
