aboutsummaryrefslogtreecommitdiff
path: root/htdocs/css
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2019-01-08 12:38:46 +0000
committerStephen Finucane <stephen@that.guru>2019-03-05 10:53:17 +0000
commitc6c81662f25498afc74408b7d132053dc70b5446 (patch)
tree98a7659cfc000f8a6c6fc4436f6f0d99be403186 /htdocs/css
parentf50fcb93e5123f76f4ee625044db8d2a16ddf597 (diff)
downloadpatchwork-c6c81662f25498afc74408b7d132053dc70b5446.tar
patchwork-c6c81662f25498afc74408b7d132053dc70b5446.tar.gz
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 <thomas.monjalon@6wind.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css4
1 files changed, 4 insertions, 0 deletions
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;
}