[PATCH] ui: Space in filter radio buttons
Ali Alnubani
alialnu at mellanox.com
Tue Jan 8 23:38:46 AEDT 2019
From: Thomas Monjalon <thomas.monjalon at 6wind.com>
There was no space between radio button and associated text
in the filters form.
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
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
More information about the Patchwork
mailing list