diff --git a/resources/static/css/app.css b/resources/static/css/app.css index 50f5be88..12056dbf 100644 --- a/resources/static/css/app.css +++ b/resources/static/css/app.css @@ -32,7 +32,7 @@ a .icon-link { } a .icon-link.big { - height: 36px; + height: 60px; } button, a.button { diff --git a/resources/static/css/app.scss b/resources/static/css/app.scss index cd0ed143..66193bb6 100644 --- a/resources/static/css/app.scss +++ b/resources/static/css/app.scss @@ -95,7 +95,7 @@ a { vertical-align: middle; &.big { - height: 36px; + height: 60px; } } } diff --git a/resources/templates/account.html b/resources/templates/account.html index fb13f899..9ea9369f 100644 --- a/resources/templates/account.html +++ b/resources/templates/account.html @@ -19,13 +19,21 @@

Fund your Raiden Account with ETH

- You need to download the Raiden Account  - - Download link - +
You need to download the Raiden Account
+ + Download link + +
+
+
+ You need MetaMask to proceed
+ + Download MetaMask + +
@@ -37,12 +45,6 @@

Fund your Raiden Account with ETH

> Send {{ ethereum_required.formatted }} - - You need MetaMask to proceed  - - Download MetaMask - -
{% end %} {% block page_header_scripts %}