gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] branch master updated: fix odd/even colo


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: fix odd/even colors
Date: Mon, 30 Jul 2018 16:30:02 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 6ceb5f1  fix odd/even colors
6ceb5f1 is described below

commit 6ceb5f1ca33cc77922c6c34e31f174bf8e7ad991
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 30 16:29:52 2018 +0200

    fix odd/even colors
---
 talerbackoffice/backoffice/static/backoffice.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerbackoffice/backoffice/static/backoffice.css 
b/talerbackoffice/backoffice/static/backoffice.css
index 439d86e..0e41201 100644
--- a/talerbackoffice/backoffice/static/backoffice.css
+++ b/talerbackoffice/backoffice/static/backoffice.css
@@ -47,7 +47,7 @@
 }
 
 .date, .amount {
-  text-align: right;
+  text-align: center;
 }
 
 .summary {
@@ -55,11 +55,11 @@
 }
 
 .even {
-  background-color: #ECFCEC
+  background-color: #80FFD4;
 }
 
 .odd {
-  background-color: #FFF7E6
+  background-color: #FFFF99;
 }
 
 .popup {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]