]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Space in filter radio buttons
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 8 Jan 2019 12:38:46 +0000 (12:38 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 5 Mar 2019 10:53:17 +0000 (10:53 +0000)
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>
htdocs/css/style.css

index 42d071e25da378d60c6db8cd1ef7a99f87fa3e88..9f3ee6640b2e6f873497c08d8960f4d917eb16a4 100644 (file)
@@ -95,6 +95,10 @@ dl dt {
     margin: 0 0 15px 0;
 }
 
+.filters .checkbox-inline input {
+       margin-right: 6px;
+}
+
 a.filter-action {
     color: black;
 }