Re: [Reproducible-builds] [PATCH] Give details elems "cursor: pointer" to highlight they are clickable.

2016-08-26 Thread Holger Levsen
On Fri, Aug 26, 2016 at 09:56:20AM +0100, Chris Lamb wrote:
>   commit 3cb6d4fd7a8fdb480ed983b81c6abb8a9a1b883e
>   Give details elems "cursor: pointer" to highlight they are clickable.

thanks, merged & deployed.


-- 
cheers,
Holger


signature.asc
Description: Digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] [PATCH] Give details elems "cursor: pointer" to highlight they are clickable.

2016-08-26 Thread Chris Lamb
Hi,

Attached is the following:

  commit 3cb6d4fd7a8fdb480ed983b81c6abb8a9a1b883e
  Author: Chris Lamb 
  Date:   Fri Aug 26 09:55:21 2016 +0100
  
  Give details elems "cursor: pointer" to highlight they are clickable.
  
   userContent/reproducible/static/style.css | 4 
   1 file changed, 4 insertions(+)


You can also merge from the "details-elems-pointer-cursor" branch of
https://github.com/lamby/jenkins.debian.net if that is more convenient.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
From 3cb6d4fd7a8fdb480ed983b81c6abb8a9a1b883e Mon Sep 17 00:00:00 2001
From: Chris Lamb 
Date: Fri, 26 Aug 2016 09:55:21 +0100
Subject: [PATCH] Give details elems "cursor: pointer" to highlight they are
 clickable.

---
 userContent/reproducible/static/style.css | 4 
 1 file changed, 4 insertions(+)

diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 5ac16f7..b0ca0ad 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -357,6 +357,10 @@ form {
 	border-bottom: 1px solid #ddd;
 }
 
+details {
+	cursor: pointer;
+}
+
 label {
 	cursor: pointer;
 	display: inline-block;
-- 
2.9.3

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds