From 3306324779e0868409227657d6f6864b5bce6171 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Sun, 23 Mar 2014 18:09:02 +0400 Subject: [PATCH] add tox and bitmessage fields to profile --- css/profile.css | 18 ++++++++++++++++++ home.html | 2 ++ js/twister_actions.js | 2 ++ js/twister_io.js | 20 ++++++++++++++++++++ js/twister_user.js | 6 ++++++ profile-edit.html | 2 ++ 6 files changed, 50 insertions(+) diff --git a/css/profile.css b/css/profile.css index 873968a..763f8d9 100644 --- a/css/profile.css +++ b/css/profile.css @@ -195,6 +195,12 @@ display: inline-block; margin-top: 10px; } +.forEdition .profile-card-main .input-tox, +.forEdition .profile-card-main .input-bitmessage +{ + width: 90%; + margin-top: 10px; +} .profile-edition-buttons { padding: 10px; @@ -239,6 +245,18 @@ .profile-modal .profile-location { color: #48577d; } +.profile-modal .profile-tox:before { + content: "Tox: "; +} +.profile-modal .profile-tox:empty { + display: none; +} +.profile-modal .profile-bitmessage:before { + content: "Bitmessage: "; +} +.profile-modal .profile-bitmessage:empty { + display: none; +} .profile-modal .profile-data { diff --git a/home.html b/home.html index 81c8481..fe9ef65 100644 --- a/home.html +++ b/home.html @@ -368,6 +368,8 @@
+
+