diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-03-28 09:47:22 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-03-28 09:47:43 +0200 |
| commit | e8bec33231a620579ccd1acd30824fd6c3a13dc2 (patch) | |
| tree | 0bf17284382e55a29d83e5967d1243b19574d395 /src/pages/confirm-create-reserve.html | |
| parent | 2a1ece8417df48c4aac54851397e2f0ee87b9f06 (diff) | |
add auditor editing
Diffstat (limited to 'src/pages/confirm-create-reserve.html')
| -rw-r--r-- | src/pages/confirm-create-reserve.html | 63 |
1 files changed, 2 insertions, 61 deletions
diff --git a/src/pages/confirm-create-reserve.html b/src/pages/confirm-create-reserve.html index 341b786d8..77efc7036 100644 --- a/src/pages/confirm-create-reserve.html +++ b/src/pages/confirm-create-reserve.html @@ -14,68 +14,9 @@ <script src="/src/vendor/system-csp-production.src.js"></script> <script src="/src/moduleTrampoline.js"></script> + <link rel="icon" href="/img/icon.png"> - <style> - #main { - border: solid 1px black; - border-radius: 10px; - margin: auto; - max-width: 50%; - padding: 2em; - } - - button.accept { - background-color: #5757D2; - border: 1px solid black; - border-radius: 5px; - margin: 1em 0; - padding: 0.5em; - font-weight: bold; - color: white; - } - button.linky { - background:none!important; - border:none; - padding:0!important; - - font-family:arial,sans-serif; - color:#069; - text-decoration:underline; - cursor:pointer; - } - - - button.accept:disabled { - background-color: #dedbe8; - border: 1px solid white; - border-radius: 5px; - margin: 1em 0; - padding: 0.5em; - font-weight: bold; - color: #2C2C2C; - } - - input.url { - width: 25em; - } - - table { - border-collapse: collapse; - } - - td { - border-left: 1px solid black; - border-right: 1px solid black; - text-align: center; - padding: 0.3em; - } - - span.spacer { - padding-left: 0.5em; - padding-right: 0.5em; - } - - </style> + <link rel="stylesheet" type="text/css" href="/src/style/wallet.css"> </head> <body> |
