diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-03 00:29:43 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:39 +0000 |
commit | 9b472c08eef62db070238914ee69817874f60524 (patch) | |
tree | b12811595364fc36be03f9816b751cf7cc4675cb /htdocs | |
parent | 38daf1700f5c4894ca5e2281bb525276054b1927 (diff) | |
download | patchwork-9b472c08eef62db070238914ee69817874f60524.tar patchwork-9b472c08eef62db070238914ee69817874f60524.tar.gz |
patch-list: Make the table header sticky
So, when scrolling down the list of patches, we still get what are the
field displayed. This is espacially important as I plan to add a few
more.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 1ec7400..3d4bebd 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -120,6 +120,9 @@ a.filter-action:hover { text-decoration: none; } +table#patchlist > thead { + background-color: white; +} a.colinactive, a.colactive { color: black; |