]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patch-list: Use table-condensed to display the patch list
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 21 Aug 2015 15:04:03 +0000 (16:04 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:56:26 +0000 (03:56 +0000)
Wolfram didn't like the fact we're now seeing far fewer patches on a
single page. That sounds fair enough and the table-condensed bootstrap
class removes some padding, hopefully making it better.

Suggested-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/templates/patchwork/patch-list.html

index 8f48dbc961f3636be3397eb5070a3b2deadc5061..c81fe889e60e14b32ea16ed7a3f1ca404bf6b063 100644 (file)
@@ -44,7 +44,7 @@ $(document).ready(function() {
 {% csrf_token %}
 <input type="hidden" name="form" value="patchlistform"/>
 <input type="hidden" name="project" value="{{project.id}}"/>
-<table class="table table-hover" id="patchlist">
+<table class="table table-hover table-condensed" id="patchlist">
  <thead>
   <tr>
    {% if user.is_authenticated %}