diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html index 5b6d878..4c1e369 100644 --- a/ivatar/ivataraccount/templates/profile.html +++ b/ivatar/ivataraccount/templates/profile.html @@ -66,56 +66,59 @@ outline: inherit; display: contents; } } +.panel-heading{ + background: #70768682; +} {% if user.confirmedemail_set.count or user.confirmedopenid_set.count %}

{% trans 'You have the following confirmed identities:' %}

- {% for email in user.confirmedemail_set.all %} -
+{% for email in user.confirmedemail_set.all %} + {% csrf_token %}

- - -   -  -{{ email.email }}

+ {{ email.email }} +
- - + {% endfor %} {% for openid in user.confirmedopenid_set.all %}
{% csrf_token %}

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

-
+
+ +
diff --git a/ivatar/static/css/libravatar_base.css b/ivatar/static/css/libravatar_base.css index 4c063b5..21ac912 100644 --- a/ivatar/static/css/libravatar_base.css +++ b/ivatar/static/css/libravatar_base.css @@ -745,5 +745,5 @@ color:#335ECF; } .panel-body.profile > div, .panel-body.profile > img { - text-align: center; + text-align: left; }