Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
b4376229
Commit
b4376229
authored
Sep 21, 2013
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move user links to the main page content
parent
ad74ccdd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
27 deletions
+42
-27
panikdb/static/css/style.css
panikdb/static/css/style.css
+26
-20
panikdb/templates/base.html
panikdb/templates/base.html
+14
-7
panikdb/templates/registration/password_reset_form.html
panikdb/templates/registration/password_reset_form.html
+2
-0
No files found.
panikdb/static/css/style.css
View file @
b4376229
...
...
@@ -41,26 +41,9 @@ a:hover {
color
:
#D76500
;
}
div
#user-links
{
display
:
inline
;
padding
:
5px
;
background
:
rgba
(
100
,
100
,
100
,
0.8
);
border-top-right-radius
:
6px
;
border-bottom-left-radius
:
6px
;
}
div
#user-links
a
{
color
:
white
;
text-decoration
:
none
;
}
div
#user-links
a
:hover
{
text-shadow
:
1px
1px
1px
black
;
}
div
#wrap
{
background
:
white
;
margin
:
3
em
auto
;
margin
:
1em
auto
1
em
auto
;
margin-bottom
:
0
;
padding
:
15px
;
border-radius
:
6px
;
...
...
@@ -131,7 +114,7 @@ div#wrap {
div
#content
{
margin
:
1em
1ex
;
margin-top
:
10
0px
;
margin-top
:
2
0px
;
padding
:
7px
;
position
:
relative
;
}
...
...
@@ -467,6 +450,28 @@ span.add-on {
width
:
30em
;
}
#user-links
{
color
:
black
;
margin-top
:
100px
;
}
#user-links
a
{
background
:
#ccc
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border
:
1px
solid
#bbb
;
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
padding
:
4px
12px
;
border-radius
:
4px
;
color
:
black
;
text-decoration
:
none
;
}
#user-links
span
.right
{
position
:
absolute
;
right
:
15px
;
}
[
class
^=
"icon-"
]
:after
,
[
class
*=
" icon-"
]
:after
,
[
class
^=
"icon-"
]
:before
,
[
class
*=
" icon-"
]
:before
{
...
...
@@ -493,6 +498,7 @@ a [class^="icon-"], a [class*=" icon-"] {
.icon-circle-arrow-right
:before
{
content
:
"\f0a9"
;
}
.icon-music
:before
{
content
:
"\f001"
;
}
.icon-th
:before
{
content
:
"\f00a"
;
}
.icon-eye-open
:before
{
content
:
"\f06e"
;
}
.icon-eye-open
:before
{
content
:
"\f06e "
;
}
.icon-bar-chart
:before
{
content
:
"\f080 "
;
}
.icon-circle-arrow-down
:after
{
content
:
" \f0ab"
;
}
panikdb/templates/base.html
View file @
b4376229
...
...
@@ -37,14 +37,21 @@
<h1><a
href=
"{% url 'home' %}"
>
Panik DB
</a></h1>
</div>
<div
id=
"splash"
>
</div>
<div
id=
"user-links"
>
{% block user-links %}
<a
href=
"{% url 'home' %}"
class=
"icon-home-space"
>
Accueil
</a>
<a
target=
"blank"
href=
"http://stats.radiopanik.org/index.php?module=Login&action=logme&login=panikdb&password=d48fb8e3a453d965901339e6b020538f"
class=
"icon-bar-chart"
>
Statistiques
</a>
{% block online-page %}
<!--<a href="#" class="icon-eye-open">Page en ligne</a>-->
{% endblock %}
<span
class=
"right"
>
<a
href=
"{% url 'auth_password_change' %}"
>
Changement de mot de passe
</a>
|
<a
href=
"{% url 'logout' %}"
>
Déconnexion
</a>
</span>
{% endblock %}
</div>
</div>
{% endif %}
<div
id=
"content"
>
<div
id=
"appbar"
>
...
...
panikdb/templates/registration/password_reset_form.html
View file @
b4376229
{% extends "base.html" %}
{% load i18n %}
{% block user-links %}{% endblock %}
{% block content %}
<h2>
{% trans "Password reset" %}
</h2>
...
...
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