[PATCH 3/9] ui: Center-align the checkboxes

Stephen Finucane stephen.finucane at intel.com
Thu Mar 31 08:04:28 AEDT 2016


Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 patchwork/templates/patchwork/patch-list.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html
index 37eab86..b7648d3 100644
--- a/patchwork/templates/patchwork/patch-list.html
+++ b/patchwork/templates/patchwork/patch-list.html
@@ -60,7 +60,7 @@ $(document).ready(function() {
  <thead>
   <tr>
    {% if user.is_authenticated %}
-   <th>
+   <th style="text-align: center;">
     <input type="checkbox" id="check-all"/>
    </th>
    {% endif %}
@@ -167,7 +167,7 @@ $(document).ready(function() {
  {% for patch in page.object_list %}
   <tr id="patch_row:{{patch.id}}">
    {% if user.is_authenticated %}
-   <td>
+   <td style="text-align: center;">
     <input type="checkbox" name="patch_id:{{patch.id}}"/>
    </td>
    {% endif %}
-- 
2.0.0



More information about the Patchwork mailing list