[Qa-jenkins-scm] [jenkins.debian.net] 06/06: reproducible Arch Linux: bit more style for hovered rows

Holger Levsen holger at layer-acht.org
Thu Nov 23 08:56:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3a1e39e39911a6fcee65f661e88cb0b3c93200be
Author: anthraxx <levente at leventepolyak.net>
Date:   Thu Nov 23 00:59:47 2017 +0100

    reproducible Arch Linux: bit more style for hovered rows
    
    This helps selecting the right links as its hard to follow the
    row visually from left to right while reading the tiny text.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 userContent/reproducible/archlinux/global.css | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css
index 9aedcfe..58dced7 100644
--- a/userContent/reproducible/archlinux/global.css
+++ b/userContent/reproducible/archlinux/global.css
@@ -65,16 +65,28 @@ table {
   margin-bottom: 1.5em;
   padding: 0.65em;
   width: 100%;
-  font-size: 0.80em;
+  font-size: 0.90em;
   border-collapse: collapse;
 }
 
-table tr td {
-  border-top: 1px dotted #bcd;
+table tr td,
+table th {
+  padding: 0.35em 0.90em;
+  text-align: left;
+  white-space: nowrap;
+}
+
+table th {
+  background: rgb(217, 230, 236) none repeat scroll 0 0;
+  border-bottom: 1px solid #bcd;
+}
+
+table tr:hover {
+  background-color: rgb(228, 237, 241)
 }
 
-table tr td, table th {
-  padding: 0.15em 0.75em;
+table tr td {
+  border-top: 1px dotted #bcd;
 }
 
 #variation th:first-child {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list