diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-12-07 23:39:25 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-12-07 23:39:25 +0100 |
commit | 415570a720a7a74b2d25699a55d03403e6d6231a (patch) | |
tree | 1fb56e2adc5da40bfd7247a42b41e5cf6d9d69b0 /extension/style/wallet.css | |
parent | aeac228df7121dada4827ac248e61ba8b1db7318 (diff) |
Towards reserve creation.
Diffstat (limited to 'extension/style/wallet.css')
-rw-r--r-- | extension/style/wallet.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extension/style/wallet.css b/extension/style/wallet.css new file mode 100644 index 000000000..ba698296a --- /dev/null +++ b/extension/style/wallet.css @@ -0,0 +1,19 @@ +.form-row { + padding-top: 5px; + padding-bottom: 5px; +} + +label { + padding-right: 1em; +} + +label::after { + content: ":"; +} + +input.url { + width: 25em; +} + +.formish { +} |