Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Ask
website
Commits
c5183192
Commit
c5183192
authored
Jul 08, 2012
by
Giuseppe Terrasi
Browse files
Options
Browse Files
Download
Plain Diff
Iniziata personalizzazione della pagina di modifica dei profili. Thanks to ~WebbIT
parents
b03c1a35
987d9046
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
10 deletions
+21
-10
forum/skins/light/media/style/style.css
forum/skins/light/media/style/style.css
+19
-8
forum/skins/light/templates/users/edit.html
forum/skins/light/templates/users/edit.html
+2
-2
No files found.
forum/skins/light/media/style/style.css
View file @
c5183192
...
...
@@ -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
{
...
...
forum/skins/light/templates/users/edit.html
View file @
c5183192
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment