From 04d2d7b5360e90eb94d89221eeff849eea0149a1 Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 18 Nov 2014 17:01:43 -0300 Subject: [PATCH] fix all form notification --- css/src/main.css | 28 +++ views/modals/address-book.html | 15 +- views/send.html | 310 +++++++++++++++++---------------- 3 files changed, 194 insertions(+), 159 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index a05723473..fbb8e1211 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -936,6 +936,12 @@ input[type='submit'] input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea { color: #7A8C9E; margin-bottom: 1.3rem; + height: 40px; + border-radius: 2px; + background: #F2F5F8; + -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.05); + box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.05); + border: none; } button.secondary, @@ -1170,6 +1176,28 @@ button.gray:focus, color: #CA5649; } +.postfix.button, .prefix.button { + position: absolute; + width: 38px; + height: 28px; + right: 7px; + top: 29px; + -moz-box-shadow: none; + box-shadow: none; + line-height: 1.7rem; + border-radius: 2px; +} + +label.postfix, span.postfix { + height: 40px; + border: none; + background-color: #DFE5EB; + font-weight: 700; + font-size: 10px; + color: #7A8C9E; + text-transform: uppercase; +} + .photo-container { margin-right: 3px; display: inline-block; diff --git a/views/modals/address-book.html b/views/modals/address-book.html index 06dafe4d1..f490ec877 100644 --- a/views/modals/address-book.html +++ b/views/modals/address-book.html @@ -1,12 +1,17 @@

Address Book

-