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: Transparent backg


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: Transparent background for the instances list.
Date: Mon, 30 Jul 2018 13:03:37 +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 554e0a2  Transparent background for the instances list.
554e0a2 is described below

commit 554e0a2cda3fb3615c44fb362c92d8e84918e0a2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 30 13:03:13 2018 +0200

    Transparent background for the instances list.
---
 talerbackoffice/backoffice/static/backoffice.css     | 6 +++++-
 talerbackoffice/backoffice/templates/backoffice.html | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/talerbackoffice/backoffice/static/backoffice.css 
b/talerbackoffice/backoffice/static/backoffice.css
index 45b7486..dea999e 100644
--- a/talerbackoffice/backoffice/static/backoffice.css
+++ b/talerbackoffice/backoffice/static/backoffice.css
@@ -1,6 +1,10 @@
+#instances {
+  border: 1px solid #ccc;
+  background: transparent;
+}
+
 #choices {
   float: left;
-  margin-right: 40pt;
 }
 
 .overlay {
diff --git a/talerbackoffice/backoffice/templates/backoffice.html 
b/talerbackoffice/backoffice/templates/backoffice.html
index 9e6b2b6..3ca3bbf 100644
--- a/talerbackoffice/backoffice/templates/backoffice.html
+++ b/talerbackoffice/backoffice/templates/backoffice.html
@@ -11,8 +11,8 @@
 
   <br />
   <div>
-    <span style="margin-right: 10px;">Current instance: </span>
-    <select id="instance" onchange="change_instance();">
+    <span style="margin-right: 10px;">Current instance:</span>
+    <select id="instances" onchange="change_instance();">
       {% for instance in instances %}
         <option value="{{ instance }}">{{ instance }}</option>  
       {% endfor %}

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



reply via email to

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