diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html index 1e638af..16f1816 100644 --- a/ivatar/ivataraccount/templates/profile.html +++ b/ivatar/ivataraccount/templates/profile.html @@ -66,9 +66,6 @@ outline: inherit; display: contents; } } -.panel-heading{ - background: #70768682; -} {% if user.confirmedemail_set.count or user.confirmedopenid_set.count %} @@ -78,7 +75,7 @@ outline: inherit;
{% csrf_token %}
-
+

{{ email.email }}

@@ -102,9 +99,9 @@ outline: inherit; {% for openid in user.confirmedopenid_set.all %} {% csrf_token %}
-
-

  -{{ openid.openid|cut:"http://"|cut:"https://"|truncatechars:12 }}

+
+

+{{ openid.openid|cut:"http://"|cut:"https://"|truncatechars:30 }}

diff --git a/ivatar/static/css/libravatar_base.css b/ivatar/static/css/libravatar_base.css index 21ac912..9d319db 100644 --- a/ivatar/static/css/libravatar_base.css +++ b/ivatar/static/css/libravatar_base.css @@ -747,3 +747,11 @@ color:#335ECF; .panel-body.profile > div, .panel-body.profile > img { text-align: left; } +.panel-heading.profile{ + background: #A8BCC7; + border-top-left-radius: unset; + border-top-right-radius: unset; +} +.panel-heading.profile > h3{ + color: #353535; +}