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: styling s


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: styling summary row
Date: Fri, 23 Jun 2017 11:56:26 +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 6c79089  styling summary row
6c79089 is described below

commit 6c79089a876c69e9a829be744f95cb146ad2ab8d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 23 11:56:11 2017 +0200

    styling summary row
---
 talerfrontends/blog/static/backoffice.css | 4 ++++
 talerfrontends/blog/static/backoffice.js  | 1 +
 2 files changed, 5 insertions(+)

diff --git a/talerfrontends/blog/static/backoffice.css 
b/talerfrontends/blog/static/backoffice.css
index 63a684c..1a1b09f 100644
--- a/talerfrontends/blog/static/backoffice.css
+++ b/talerfrontends/blog/static/backoffice.css
@@ -106,3 +106,7 @@ th {
   font-family: monospace;
   font-size: 140%;
 }
+
+.summary {
+  font-size: 90%;
+}
diff --git a/talerfrontends/blog/static/backoffice.js 
b/talerfrontends/blog/static/backoffice.js
index 3c6e493..6429376 100644
--- a/talerfrontends/blog/static/backoffice.js
+++ b/talerfrontends/blog/static/backoffice.js
@@ -230,6 +230,7 @@ function fill_table(history, execution_time){
     var td_date = document.createElement("td");
     td_date.className = "date";
     td_order_id.innerHTML = `<a href="#${i}" 
onclick='track_order("${entry.order_id}", "FSF");'>${entry.order_id}</a>`;
+    td_summary.className = "summary";
     td_summary.innerHTML = entry.summary;
     td_amount.innerHTML = amount_to_string(entry.amount || 
entry.deposit_value);
     td_date.innerHTML = parse_date(entry.timestamp || execution_time);

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



reply via email to

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