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: stylesheet from web-com


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: stylesheet from web-common
Date: Tue, 14 Mar 2017 16:41:55 +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 e1388d3  stylesheet from web-common
e1388d3 is described below

commit e1388d3a719834f50ca026842453067485d2e22f
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:41:53 2017 +0100

    stylesheet from web-common
---
 talerbank/app/static/web-common   |  2 +-
 talerbank/app/templates/base.html | 70 +--------------------------------------
 2 files changed, 2 insertions(+), 70 deletions(-)

diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index caf5a98..d2b0309 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit caf5a98114402d057ba08b14279eb8e46481a02c
+Subproject commit d2b0309a06a0fb6fb181d476f6e0a9ef3282efbb
diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index cf2ea1c..42362d2 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -22,77 +22,9 @@
   <head>
     <title>{{ settings_value("TALER_CURRENCY") }} Bank - Taler Demo</title>
     <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/demo.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ 
static('web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
     <script src="{{ static('web-common/taler-wallet-lib.js') }}" 
type="application/javascript"></script>
-    <style>
-    .demobar h1 {
-      text-align: center;
-    }
-    .demobar > p {
-      padding: 0.5em; 
-    }
-    .demobar a,
-    .demobar a:visited {
-      color: inherit;
-    }
-    .adorn-brackets::before {
-      content: "❬";
-      color: #aa3939;
-    }
-    .adorn-brackets::after {
-      content: "❭";
-      color: #aa3939;
-    }
-    .tt {
-      font-family: 'Lucida Console', Monaco, monospace;
-    }
-
-    .informational-ok {
-      background: lightgreen;
-      border-radius: 1em;
-      padding: 0.5em;
-    }
-
-    .informational-fail {
-      background: lightpink;
-      border-radius: 1em;
-      padding: 0.5em;
-    }
-
-    .content {
-      overflow-x: auto;
-    }
-    .demobar {
-      overflow-x: auto;
-      background-color: #033;
-      color: white;
-    }
-
-    body {
-      overflow: scroll;
-    }
-
-    @media (min-width: 500px) {
-      .content {
-        margin-left: 25%;
-        padding-left: 2em;
-        margin-right: 1em;
-        overflow-x: auto;
-      }
-      .demobar {
-        height: 100%;
-        margin: 0;
-        top: 0;
-        left: 0;
-        background-color: #033;
-        color: white;
-        position: fixed;
-        width: 25%;
-        padding-right: 1em;
-        overflow: auto;
-      }
-    }
-    </style>
     {% block head %} {% endblock %}
   </head>
   <body>

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



reply via email to

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