From: Thomas Monjalon Date: Tue, 8 Jan 2019 12:38:46 +0000 (+0000) Subject: ui: Space in filter radio buttons X-Git-Tag: v2.2.0-rc1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c81662f25498afc74408b7d132053dc70b5446;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 42d071e2..9f3ee664 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; }