diff --git a/css/src/main.css b/css/src/main.css index 39d913e8e..014275423 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -946,6 +946,7 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e box-shadow: none; border: none; padding-left: 45px; + font-size: 13px; } /* SECONDARY */ @@ -1115,14 +1116,19 @@ ul.wallet-selection.wallets { color: #fff; } -label.postfix, span.postfix { - height: 40px; +label.postfix, a.postfix { + height: 100%; border: none; - background-color: #DFE5EB; font-weight: 700; - font-size: 10px; - color: #7A8C9E; + font-size: 12px; + color: #fff; text-transform: uppercase; + background: #7A8C9E; + border-radius: 0 2px 2px 0; + position: absolute; + top: 0; + right: 0; + width: 50px; } .photo-container { @@ -1216,7 +1222,7 @@ label.postfix, span.postfix { .input { position: relative;} -.input i { +.createProfile .input i, .home .input i { position: absolute; top: 10px; left: 10px; @@ -1234,6 +1240,10 @@ label.postfix, span.postfix { padding: 0; } +.send input[type=text], .send input[type=number], .send textarea { + padding: 0.5rem; +} + .icon-input { font-size: 9px; color: #fff; diff --git a/css/src/mobile.css b/css/src/mobile.css index 94e709756..d695d2d35 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -24,7 +24,7 @@ .main { height: 92%; - margin-top: 30px; + margin-top: 45px; margin-left: 0; margin-bottom: -30px; padding: 20px 0 80px 0; diff --git a/views/send.html b/views/send.html index 7cc56d797..e5b99cf4e 100644 --- a/views/send.html +++ b/views/send.html @@ -1,8 +1,16 @@