gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: nowrap fo


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: nowrap for order ID column as well
Date: Sun, 16 Jul 2017 12:52:30 +0200

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new aa36fa7  nowrap for order ID column as well
aa36fa7 is described below

commit aa36fa7dd2b3cbd48a544b4ead33de23738f8f5a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jul 16 12:52:10 2017 +0200

    nowrap for order ID column as well
---
 talerfrontends/blog/static/backoffice.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/static/backoffice.css 
b/talerfrontends/blog/static/backoffice.css
index 0b43dea..1278d04 100644
--- a/talerfrontends/blog/static/backoffice.css
+++ b/talerfrontends/blog/static/backoffice.css
@@ -17,7 +17,6 @@
 
 .date, .amount {
   text-align: right;
-  white-space: nowrap;
 }
 
 .summary {
@@ -117,6 +116,7 @@ th {
 .order-id, .wtid, .amount, .date {
   font-family: monospace;
   font-size: 140%;
+  white-space: nowrap;
 }
 
 .summary {

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



reply via email to

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