aboutsummaryrefslogtreecommitdiff
path: root/src/pages/confirm-create-reserve.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-28 23:28:27 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-28 23:28:27 +0200
commitd6bf24902a34f2094363121c8d9f4d54db6f7b6c (patch)
tree0794956ebdf91a2fbea16baa0e8aa559f45c5d06 /src/pages/confirm-create-reserve.html
parentce97b1076b7e4a53b84d3fd34bf2047580ddeb22 (diff)
downloadwallet-core-d6bf24902a34f2094363121c8d9f4d54db6f7b6c.tar.xz
implement new reserve creation dialog and auditor management
Diffstat (limited to 'src/pages/confirm-create-reserve.html')
-rw-r--r--src/pages/confirm-create-reserve.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/pages/confirm-create-reserve.html b/src/pages/confirm-create-reserve.html
index c1e4b7ce3..16ab12a30 100644
--- a/src/pages/confirm-create-reserve.html
+++ b/src/pages/confirm-create-reserve.html
@@ -7,10 +7,39 @@
<link rel="icon" href="/img/icon.png">
<link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
+ <link rel="stylesheet" type="text/css" href="/src/style/pure.css">
<script src="/dist/page-common-bundle.js"></script>
<script src="/dist/confirm-create-reserve-bundle.js"></script>
+ <style>
+ body {
+ font-size: 100%;
+ overflow-y: scroll;
+ }
+ .button-success {
+ background: rgb(28, 184, 65); /* this is a green */
+ color: white;
+ border-radius: 4px;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
+ }
+ .button-secondary {
+ background: rgb(66, 184, 221); /* this is a light blue */
+ color: white;
+ border-radius: 4px;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
+ }
+ a.opener {
+ color: black;
+ }
+ .opener-open::before {
+ content: "\25bc"
+ }
+ .opener-collapsed::before {
+ content: "\25b6 "
+ }
+ </style>
+
</head>
<body>