diff mbox series

ui: Space in filter radio buttons

Message ID 20190108123834.2225-3-alialnu@mellanox.com
State Accepted
Headers show
Series ui: Space in filter radio buttons | expand

Commit Message

Ali Alnubani Jan. 8, 2019, 12:38 p.m. UTC
From: Thomas Monjalon <thomas.monjalon@6wind.com>

There was no space between radio button and associated text
in the filters form.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 htdocs/css/style.css | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stephen Finucane March 5, 2019, 10:53 a.m. UTC | #1
On Tue, 2019-01-08 at 12:38 +0000, Ali Alnubani wrote:
> From: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> There was no space between radio button and associated text
> in the filters form.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Thanks, applied.

Stephen
diff mbox series

Patch

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;
 }