gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: colors/layout


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: colors/layout
Date: Thu, 22 Apr 2021 22:45:22 +0200

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

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 85897e5  colors/layout
85897e5 is described below

commit 85897e54b7a5d95f9a808054a17a382676cb7585
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Apr 22 22:45:17 2021 +0200

    colors/layout
---
 talermerchantdemos/static/demo.css               | 10 +++++-----
 talermerchantdemos/templates/common-base.html.j2 |  7 ++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/talermerchantdemos/static/demo.css 
b/talermerchantdemos/static/demo.css
index bdf9522..f2c59f2 100644
--- a/talermerchantdemos/static/demo.css
+++ b/talermerchantdemos/static/demo.css
@@ -68,7 +68,7 @@ body * {
     margin: 0;
     top: 0;
     left: 0;
-    background-color: #033;
+    background-color: #1e2739;
     color: white;
     position: relative;
     padding-right: 1em;
@@ -80,7 +80,7 @@ body * {
 
 .navcontainer {
   overflow: hidden;
-  background: #144;
+  background: #1e2739;
   margin-bottom: 50px;
   width: 100%;
   color: white;
@@ -96,7 +96,7 @@ body * {
 nav {
   left: 1vw;
   position: relative;
-  background: #144;
+  background: #1e2739;
   z-index: 10000;
 }
 
@@ -128,13 +128,13 @@ nav span:hover,
 nav a.active,
 nav span.active,
 .navbtn.active {
-  background-color: #3daee9;
+  background-color: #0042b2;
 }
 
 nav a.active:hover,
 nav span.active:hover,
 .navbtn.active:hover {
-  background: #0042b2;
+  background: #3daee9;
 }
 
 nav a,
diff --git a/talermerchantdemos/templates/common-base.html.j2 
b/talermerchantdemos/templates/common-base.html.j2
index a1475eb..7970f6c 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -25,11 +25,8 @@
 </head>
 
 <body>
-  <header class="demobar" style="display: flex; flex-direction: column;">
-    <p>
-      <img src="{{ static('logo-white.svg') }}" height="100"><br/>
-    </p>
-
+  <header class="demobar" style="display: flex; flex-direction: row;">
+    <img src="{{ static('logo-white.svg') }}" height="100" style="margin: 2em 
2em"><br/>
     <div>
       {% block header_content %}
         <p>This is the header content.</p>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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