From 17279e7a5bc7f4645fe94d36b06bbeeefcfd392f Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 Nov 2016 11:46:07 -0700 Subject: [PATCH] Add sending private messages from profile page, nearby list links to profiles --- www/css/main.css | 12 +++++++++ www/screens/nearby.html | 2 +- www/screens/profile.html | 57 +++++++++++++++++++++++++++++++++------- 3 files changed, 61 insertions(+), 10 deletions(-) diff --git a/www/css/main.css b/www/css/main.css index cbee076..7f2e8a2 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -313,6 +313,18 @@ body { margin-top: -10px; } +#sendmsg-header { + padding-top: 5px; + border-top: 1px solid white; + border-right: 1px solid white; +} + +#sendmsg-container { + border-right: 1px solid white; + padding-top: 10px; + margin-top: -10px; +} + #badge-header { padding-top: 5px; border-top: 1px solid white; diff --git a/www/screens/nearby.html b/www/screens/nearby.html index 5035bb1..ea4bbcd 100644 --- a/www/screens/nearby.html +++ b/www/screens/nearby.html @@ -26,7 +26,7 @@