diff --git a/shiny/Contacts-v2/components/contacts-create-add-item.html b/shiny/Contacts-v2/components/contacts-create-add-item.html index 38b4541..5573179 100644 --- a/shiny/Contacts-v2/components/contacts-create-add-item.html +++ b/shiny/Contacts-v2/components/contacts-create-add-item.html @@ -5,16 +5,16 @@ diff --git a/shiny/Contacts-v2/components/contacts-create-item.html b/shiny/Contacts-v2/components/contacts-create-item.html index b5dcff4..d46b125 100644 --- a/shiny/Contacts-v2/components/contacts-create-item.html +++ b/shiny/Contacts-v2/components/contacts-create-item.html @@ -8,18 +8,18 @@ diff --git a/shiny/Contacts-v2/components/contacts-create-phone-item.html b/shiny/Contacts-v2/components/contacts-create-phone-item.html index 2d573d6..9cd60af 100644 --- a/shiny/Contacts-v2/components/contacts-create-phone-item.html +++ b/shiny/Contacts-v2/components/contacts-create-phone-item.html @@ -9,12 +9,13 @@ /* @polyfill @host */ :host { position: relative; + font-size: 14px; } #errorOverlay { position: absolute !important; - left: 10px; - top: 38px !important; - right: 10px; + left: 8px; + top: 40px !important; + right: 8px; box-sizing: border-box; } #errorOverlay::x-overlay { @@ -23,12 +24,12 @@ } #errorOverlay polymer-ui-arrow { position: absolute !important; - right: 21px; + right: 19px; top: 0px; } #errorOverlay .overlayBody { position: absolute; - padding: 25px; + padding: 16px; border-radius: 3px; left: 0; right: 0; diff --git a/shiny/Contacts-v2/components/contacts-create.html b/shiny/Contacts-v2/components/contacts-create.html index 1896b74..9981a06 100644 --- a/shiny/Contacts-v2/components/contacts-create.html +++ b/shiny/Contacts-v2/components/contacts-create.html @@ -13,10 +13,10 @@ background: transparent none; border: 0; font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif; - font-size: 16px; + font-size: 14px; color: #999; padding: 10px; - margin: 0 20px; + margin: 0 16px; } button:focus { outline: none; @@ -27,9 +27,7 @@ border-radius: 3px; } contacts-create-item[active], contacts-create-phone-item[active] { - background: #f2f2f2 -webkit-linear-gradient(top, rgba(197,197,197,0), rgba(197,197,197,0.15)); - background: #f2f2f2 -moz-linear-gradient(top, rgba(197,197,197,0), rgba(197,197,197,0.15)); - background: #f2f2f2 -ms-linear-gradient(top, rgba(197,197,197,0), rgba(197,197,197,0.15)); + background: #f7f7f7; } diff --git a/shiny/Contacts-v2/components/contacts-detail-item.html b/shiny/Contacts-v2/components/contacts-detail-item.html index 8f9e2fb..7643717 100644 --- a/shiny/Contacts-v2/components/contacts-detail-item.html +++ b/shiny/Contacts-v2/components/contacts-detail-item.html @@ -4,15 +4,14 @@