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 b805c63..edfe9c2 100644 --- a/home.html +++ b/home.html @@ -448,6 +448,8 @@ $(".userMenu-dhtindicator").hide();
+
+