From c6c81662f25498afc74408b7d132053dc70b5446 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 8 Jan 2019 12:38:46 +0000 Subject: ui: Space in filter radio buttons There was no space between radio button and associated text in the filters form. Signed-off-by: Thomas Monjalon Reviewed-by: Stephen Finucane --- htdocs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdocs/css') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 42d071e..9f3ee66 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -95,6 +95,10 @@ dl dt { margin: 0 0 15px 0; } +.filters .checkbox-inline input { + margin-right: 6px; +} + a.filter-action { color: black; } -- cgit v1.2.3