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: Adding cl


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Adding class to order ID column.
Date: Tue, 07 Mar 2017 15:00:56 +0100

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 51149e3  Adding class to order ID column.
51149e3 is described below

commit 51149e3f2c92aa9d5bf467db484f5dfce188422f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 7 15:01:01 2017 +0100

    Adding class to order ID column.
---
 talerfrontends/blog/static/backoffice.css     | 2 +-
 talerfrontends/blog/static/web-common         | 2 +-
 talerfrontends/blog/templates/backoffice.html | 4 ++--
 talerfrontends/donations/static/web-common    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/talerfrontends/blog/static/backoffice.css 
b/talerfrontends/blog/static/backoffice.css
index 67167b8..5cb7609 100644
--- a/talerfrontends/blog/static/backoffice.css
+++ b/talerfrontends/blog/static/backoffice.css
@@ -100,5 +100,5 @@ th {
 
 .order-id, .wtid, .amount, .date {
   font-family: monospace;
-  font-size: 200%;
+  font-size: 140%;
 }
diff --git a/talerfrontends/blog/static/web-common 
b/talerfrontends/blog/static/web-common
index aae7c0a..0be9ac9 160000
--- a/talerfrontends/blog/static/web-common
+++ b/talerfrontends/blog/static/web-common
@@ -1 +1 @@
-Subproject commit aae7c0a87a9ff1640c3cd72dd4df0ac590f8b0e4
+Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598
diff --git a/talerfrontends/blog/templates/backoffice.html 
b/talerfrontends/blog/templates/backoffice.html
index 271db50..649c2ba 100644
--- a/talerfrontends/blog/templates/backoffice.html
+++ b/talerfrontends/blog/templates/backoffice.html
@@ -7,7 +7,7 @@
   <table id="history" width="60%" style="visibility: hidden;">
     <tbody>
       <tr>
-        <th>Order ID</th>
+        <th class="order-id">Order ID</th>
         <th class="amount">Amount</th>
         <th class="date">Date</th>
       </tr>
@@ -23,7 +23,7 @@
         <table>
           <tbody>
             <tr>
-              <th>WTID</th>
+              <th class="wtid">WTID</th>
               <th class="amount">Amount</th>
               <th class="date">Date</th>
             </tr>
diff --git a/talerfrontends/donations/static/web-common 
b/talerfrontends/donations/static/web-common
index aae7c0a..0be9ac9 160000
--- a/talerfrontends/donations/static/web-common
+++ b/talerfrontends/donations/static/web-common
@@ -1 +1 @@
-Subproject commit aae7c0a87a9ff1640c3cd72dd4df0ac590f8b0e4
+Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598

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



reply via email to

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