From 9b472c08eef62db070238914ee69817874f60524 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 3 Oct 2014 00:29:43 +0100 Subject: 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 Acked-by: Stephen Finucane --- htdocs/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htdocs') 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; -- cgit v1.2.3