Commit c5183192 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

Iniziata personalizzazione della pagina di modifica dei profili.
Thanks to ~WebbIT
parents b03c1a35 987d9046
......@@ -12,6 +12,14 @@ body {
min-width: 985px;
margin: 0 1px 0 0;
padding: 0;
scrollbar-3dlight-color: orange;
scrollbar-arrow-color: #313131;
scrollbar-base-color: red;
scrollbar-darkshadow-color: #80FFFF;
scrollbar-face-color: red;
scrollbar-highlight-color: rgb(50,0,1);
scrollbar-shadow-color: rgb(112,22,21);
scrollbar-track-color: black;
}
div {
......@@ -392,6 +400,12 @@ padding-top: 4px;
border-color: #DD4814;
}
#mainbar-full {
border: 1px solid #DD4814;
background-color: #E7E7E7;
padding: 5px;
}
#room {
background-color: #FFFFFF;
border-bottom: 1px solid #777777;
......@@ -412,7 +426,7 @@ padding-top: 4px;
#CAFull {
float: left;
padding: 0 5px;
width: 950px;
width: 100%;
}
#ground {
......@@ -428,10 +442,9 @@ padding-top: 4px;
#listA {
background-color: #FFFFFF;
float: left;
padding: 0 0;
width: 100%;
width: auto;
}
.thousand {
......@@ -703,8 +716,6 @@ a.medal:hover {
}
.tabBar {
background-color: #FFFFFF;
border-bottom: 1px solid white;
clear: both;
height: 30px;
margin-bottom: 3px;
......@@ -712,7 +723,6 @@ a.medal:hover {
}
.tabsA {
background-color: #FFFFFF;
display: block;
float: right;
font-weight: bold;
......@@ -815,7 +825,6 @@ a.medal:hover {
}
.headUser {
border-bottom: 1px solid #777777;
font-size: 20px;
font-weight: 800;
margin-bottom: 12px;
......@@ -1136,15 +1145,17 @@ ins {
.user-details {
font-size: 13px;
width: 100%;
}
.user-about {
background-color: #EEEEEE;
height: 200px;
line-height: 20px;
overflow: auto;
padding: 10px;
width: 90%;
border: 3px solid #DD4814;
background-color: #D7D7D7;
}
.user-edit-link {
......
......@@ -35,7 +35,7 @@
<div id="main-body" style="width:100%;padding-top:10px">
<form name="" action="{% url edit_user user.id user.username|slugify %}" method="post">
{% csrf_token %}
<div id="left" style="float:left;width:180px">
<div id="left" style="float:left;width:auto">
{% if user.email %}
{% gravatar user 128 %}
{% else %}
......@@ -47,7 +47,7 @@
</div>
</div>
<div id="askform" style="float:right;width:750px;text-align:left;">
<div id="askform" style="float:left;width:auto;text-align:left;">
<h2>{% trans "Registered user" %}</h2>
<table class="user-details">
<tr>
......
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