Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
1a49853d
Commit
1a49853d
authored
Oct 17, 2013
by
fred
Browse files
somehow mark that month groups can be expanded
parent
ee0054fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
1a49853d
...
...
@@ -40,8 +40,8 @@
text-transform
:
uppercase
;
}
.legend
{
font-family
:
"Reglo"
;
font-size
:
1.2em
;
font-weight
:
bold
;
border-bottom
:
3px
solid
black
;
padding
:
0.2em
0
0.2em
0
;
margin
:
0.2em
0
0.2em
0
;
...
...
panikweb_templates/templates/emissions/episodes.html
View file @
1a49853d
...
...
@@ -30,7 +30,7 @@
<div
class=
"legend button"
onclick=
"$('#{{ month.grouper|slugify }}').toggle();"
>
{{ month.grouper }}
</div>
>
>
{{ month.grouper }}
</div>
<ul
class=
"custom list"
id=
"{{ month.grouper|slugify }}"
{%
if
forloop.counter
>
= 3 %}style="display:none;"{% endif %}
>
...
...
panikweb_templates/templates/news/archives.html
View file @
1a49853d
...
...
@@ -79,7 +79,7 @@
{% for month in month_list %}
<div
class=
"monthGroup {% if forloop.counter|divisibleby:2 %}even{% else %}odd{% endif %}"
>
<div
class=
"legend button"
onclick=
"$('#{{ month.grouper|slugify }}').toggle();"
>
{{ month.grouper }}
</div>
>
>
{{ month.grouper }}
</div>
<ul
class=
"custom list"
id=
"{{ month.grouper|slugify }}"
>
{% for result in month.list %}
...
...
Write
Preview
Supports
Markdown
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