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
radiopanik
panikweb
Commits
e07aef8b
Commit
e07aef8b
authored
Sep 11, 2013
by
Simon Daron
Browse files
Small button fixe for episode inline (right align to keep height stable)
parent
fe5af665
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
e07aef8b
...
...
@@ -398,9 +398,6 @@ body{
font-size
:
80%
;
bottom
:
0em
;
border-bottom
:
none
;
}
#player-container
.fixed
.padded
{
}
#Player
.withPlaylist
#player-container
#audioPlayer
{
float
:
left
;
...
...
@@ -613,8 +610,13 @@ body{
float
:
right
;
margin
:
0
0
1em
1em
;
}
.episode.inline
.sound
{
font-size
:
80%
;
.episode.inline
.sound.right
{
width
:
2em
;
text-align
:
center
;
font-size
:
70%
;
}
.episode.inline
.sound.right
button
{
padding-bottom
:
0.1em
;
}
.episode.resume
.sound.right
.icon-download
{
text-align
:
center
;
...
...
panikweb_templates/templates/episodes/resume.html
View file @
e07aef8b
...
...
@@ -39,7 +39,7 @@
</div>
<div
class=
"content"
>
{% if episode.main_sound
and model != "inline"
%}
{% if episode.main_sound %}
<div
class=
"sound right"
>
{% audio sound=episode.main_sound %}
</div>
{% endif %}
<div
class=
"title ellipsis"
>
...
...
@@ -83,10 +83,6 @@
</article>
{% endif %}
{% endif %}
{% if episode.main_sound and model = "inline"%}
<div
class=
"sound"
>
{% audio sound=episode.main_sound %}
</div>
{% endif %}
<div
class=
"metas"
>
{% if episode.serie or episode.auteur or episode.redif %}
<dl
class=
"credits cf"
>
...
...
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