From: Stephen Finucane Date: Tue, 29 Mar 2016 12:46:54 +0000 (+0100) Subject: ui: Center-align the checkboxes X-Git-Tag: v2.0.0-rc1~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec29c4a971ab2073f0f0508229256584e208be6a;p=thirdparty%2Fpatchwork.git ui: Center-align the checkboxes Signed-off-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index 37eab867..b7648d30 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -60,7 +60,7 @@ $(document).ready(function() { {% if user.is_authenticated %} - + {% endif %} @@ -167,7 +167,7 @@ $(document).ready(function() { {% for patch in page.object_list %} {% if user.is_authenticated %} - + {% endif %}