gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix css specifity


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix css specifity
Date: Tue, 06 Feb 2018 01:19:52 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new eac24d5  fix css specifity
eac24d5 is described below

commit eac24d533f0551f113fa534cbd03f72de7e0d3ed
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 6 01:19:46 2018 +0100

    fix css specifity
---
 talerbank/app/static/bank.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/talerbank/app/static/bank.css b/talerbank/app/static/bank.css
index cd2658c..0b195ba 100644
--- a/talerbank/app/static/bank.css
+++ b/talerbank/app/static/bank.css
@@ -49,7 +49,7 @@ input[type="number"] {
  * Amount without the currency,
  * placed left to a .currency-indicator.
  */
-.amount {
+#main .amount {
   width: 6em;
   display: inline-block;
   border-radius: 4px 0px 0px 4px;
@@ -59,18 +59,18 @@ input[type="number"] {
  * Currency indicator to the right of input fields,
  * with non-rounded corners to the left.
  */
-.currency-indicator {
+#main .currency-indicator {
   color: black;
   display: inline-block;
   border-radius: 0px 4px 4px 0px;
 }
 
-.fieldlabel {
+#main .fieldlabel {
   display: block;
   padding-bottom: 0.5em;
 }
 
-.fieldbox {
+#main .fieldbox {
   margin-right: 1em;
   margin-bottom: 0.5em;
 }

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



reply via email to

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