]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Center-align the checkboxes
authorStephen Finucane <stephen.finucane@intel.com>
Tue, 29 Mar 2016 12:46:54 +0000 (13:46 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 1 Apr 2016 12:19:33 +0000 (13:19 +0100)
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/templates/patchwork/patch-list.html

index 37eab867c525d9b2938b82c946eeb3d24dece641..b7648d30123574f7379f002da67b6965d5cfa280 100644 (file)
@@ -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 %}