Commit de027cd5 authored by Riccardo Padovani's avatar Riccardo Padovani

Aggiornate tutte le pagine riguardanti gli utenti per il nuovo tema

parent 4448dc7c
......@@ -34,7 +34,7 @@ h1, h2, h3, ul, li, form, img, p {
}
label {
vertical-align: middle;
/*vertical-align: middle;*/
}
.login label {
......@@ -64,7 +64,7 @@ p {
}
a {
color: #3060A8;
color: #DD4814;
text-decoration: none;
}
......@@ -195,12 +195,15 @@ blockquote blockquote {
#wrapper, #announcement {
margin: auto;
padding: 0 5px;
min-width: 985px;
margin: 0 20px;
background-color: #FFF;
}
#announcement {
padding: 0 5px;
}
#fixed-header {
height: 120px;
}
......@@ -400,15 +403,12 @@ padding-top: 4px;
}
#mainbar-full {
border: 1px solid #DD4814;
background-color: #E7E7E7;
padding: 5px;
}
#room {
background-color: #FFFFFF;
border-bottom: 1px solid #777777;
padding: 10px 0;
}
#CALeft {
......@@ -425,6 +425,8 @@ padding-top: 4px;
#CAFull {
float: left;
width: 100%;
border: 1px solid #DD4814;
background-color: #E7E7E7;
}
#ground {
......@@ -463,11 +465,11 @@ padding-top: 4px;
}
.user-stats-table .short-summary {
width: 764px;
width: 100%;
}
.short-summary h2 a {
color: #2A5594;
color: #DD4814;
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
font-size: 17px;
}
......@@ -479,7 +481,7 @@ padding-top: 4px;
}
.userinfo a, a.userinfo {
color: #3060A8;
color: #DD4814;
}
.short-summary .counts {
......@@ -1373,7 +1375,7 @@ padding: 6px;
.message {
background-color: #EEEEEE;
border: 1px solid #AAAAAA;
border: 1px solid #DD4814;
margin: 10px 0;
padding: 5px;
}
......@@ -1390,8 +1392,8 @@ padding: 6px;
}
.submit {
background-color: #D4D0C8;
border: 1px solid #777777;
background-color: white;
border: 2px solid #DD4814;
cursor: pointer;
font-size: 120%;
font-weight: bold;
......
......@@ -8,7 +8,7 @@
height: 1em;
font-size: 120%;
font-weight: bold;
color: #3060A8;
color: #DD4814;
}
#user-menu-dropdown {
......@@ -62,7 +62,7 @@ div.dialog.award-rep-points table input, div.dialog.award-rep-points table texta
}
#user-menu-dropdown li.item:hover {
background-color: #3060A8;
background-color: #DD4814;
color: white;
}
......
......@@ -12,12 +12,14 @@
</script>
{% endblock %}
{% block content %}
<div class="headNormal">
<div id="mainbar-full">
<div id="subheader" class="headUser">
{% trans "Logout" %}
</div>
<div id="main-body" style="width:100%">
<p>{% trans "As a registered user you can login with your OpenID, log out of the site or permanently remove your account." %}</p>
<input id="btLogout" type="button" class="submit" value="{% trans "Logout now" %}"><!-- style="width:150px">-->
</div>
</div>
{% endblock %}
<!-- end logout.html -->
......@@ -29,25 +29,26 @@
{% endblock %}
{% endblock %}
{% block content %}
<div id="main-bar" class="headNormal">
<div id="mainbar-full">
<div id="subheader" class="headUser">
{{ user.username }} - {% trans "edit profile" %}
</div>
<div id="main-body" style="width:100%;padding-top:10px">
<div id="main-body" style="width:100%">
<form name="" action="{% url edit_user user.id user.username|slugify %}" method="post">
{% csrf_token %}
<div id="left" style="float:left;width:auto">
<div id="left" style="float:left;width:15%;text-align:center;">
{% if user.email %}
{% gravatar user 128 %}
{% else %}
<img src="{% media "/media/images/nophoto.png" %}">
{% endif %}
<div style="padding:20px 0 0 20px;font-weight:bold;font-size:150%">
<div style="padding:10px 0 0 0;font-weight:bold;font-size:150%">
<a href="http://www.gravatar.com/" target="_blank"
title="gravatar {% trans "image associated with your email address" %}">{% trans "gravatar" %}</a>
</div>
</div>
<div id="askform" style="float:left;width:auto;text-align:left;">
<div id="askform" style="float:left;width:80%;text-align:left;">
<h2>{% trans "Registered user" %}</h2>
<table class="user-details">
<tr>
......@@ -103,6 +104,7 @@
</div>
</form>
</div>
</div>
{% endblock %}
<!-- end user_edit.html -->
......@@ -10,9 +10,9 @@
<div id="subheader" class="headUser{% if view_user.is_suspended %} suspended-user{% endif %}">
{{view_user.decorated_name}}
</div>
<table class="user-info-table">
<table class="user-info-table" width="100%">
<tr>
<td width="180" style="vertical-align:middle;text-align:center;">
<td width="14%" style="vertical-align:middle;text-align:center;">
<table width="100%">
<tr>
<td>
......@@ -32,7 +32,7 @@
</tr>
</table>
</td>
<td width="360" style="vertical-align: top;">
<td width="40%" style="vertical-align: top;">
{% if can_view_private %}{% user_menu request.user view_user %}{% endif %}
<table class="user-details">
<tr>
......@@ -111,7 +111,7 @@
-->
</table>
</td>
<td width="380">
<td width="40%">
{% if not view_user.is_suspended %}
<div class="user-about">
{% if view_user.about %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment