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
de027cd5
Commit
de027cd5
authored
Jul 09, 2012
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aggiornate tutte le pagine riguardanti gli utenti per il nuovo tema
parent
4448dc7c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
24 deletions
+30
-24
forum/skins/light/media/style/style.css
forum/skins/light/media/style/style.css
+14
-12
forum/skins/light/media/style/user.css
forum/skins/light/media/style/user.css
+2
-2
forum/skins/light/templates/logout.html
forum/skins/light/templates/logout.html
+3
-1
forum/skins/light/templates/users/edit.html
forum/skins/light/templates/users/edit.html
+7
-5
forum/skins/light/templates/users/info.html
forum/skins/light/templates/users/info.html
+4
-4
No files found.
forum/skins/light/media/style/style.css
View file @
de027cd5
...
...
@@ -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
:
#
2A559
4
;
color
:
#
DD481
4
;
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
;
...
...
forum/skins/light/media/style/user.css
View file @
de027cd5
...
...
@@ -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
;
}
...
...
forum/skins/light/templates/logout.html
View file @
de027cd5
...
...
@@ -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 -->
forum/skins/light/templates/users/edit.html
View file @
de027cd5
...
...
@@ -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 -->
forum/skins/light/templates/users/info.html
View file @
de027cd5
...
...
@@ -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=
"1
80
"
style=
"vertical-align:middle;text-align:center;"
>
<td
width=
"1
4%
"
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 %}
...
...
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