diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-08-21 16:04:03 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:56:26 +0000 |
commit | 5daba6fc70480499be18a9fb9b8725ee8284fc65 (patch) | |
tree | ec5b4aa939d7e0b2b522569ceeb9e093e05b338a | |
parent | 93ec0a4653ec7fa24ff22684822e3438199c2fa7 (diff) | |
download | patchwork-5daba6fc70480499be18a9fb9b8725ee8284fc65.tar patchwork-5daba6fc70480499be18a9fb9b8725ee8284fc65.tar.gz |
patch-list: Use table-condensed to display the patch list
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>
-rw-r--r-- | patchwork/templates/patchwork/patch-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index 8f48dbc..c81fe88 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -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 %} |