From: Thomas Monjalon <[email protected]> There was no space between radio button and associated text in the filters form.
Signed-off-by: Thomas Monjalon <[email protected]> --- htdocs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/css/style.css b/htdocs/css/style.css index fdea737..04abfc1 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; } -- 2.11.0 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
