move "wide" view to seperate branch
This commit is contained in:
parent
4a9a796a7f
commit
5cdf3a0a14
@ -205,13 +205,15 @@ footer {
|
||||
}
|
||||
|
||||
.media_pane {
|
||||
border-bottom: 1px solid #333333;
|
||||
/* in place for possible future wide view */
|
||||
/* border-bottom: 1px solid #333333;*/
|
||||
}
|
||||
|
||||
.media_sidebar {
|
||||
border-left: 1px solid #333333;
|
||||
padding-left: 1em;
|
||||
padding-top: 1em;
|
||||
/* in place for possible future wide view */
|
||||
/* border-left: 1px solid #333333;*/
|
||||
/* padding-left: 1em;*/
|
||||
/* padding-top: 1em;*/
|
||||
}
|
||||
|
||||
.media_comments {
|
||||
|
@ -46,7 +46,7 @@
|
||||
{% include "mediagoblin/utils/prev_next.html" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="media_pane sixteen columns">
|
||||
<div class="media_pane eleven columns">
|
||||
<div class="media_image_container">
|
||||
{% block mediagoblin_media %}
|
||||
{% set display_media = request.app.public_store.file_url(
|
||||
@ -92,9 +92,6 @@
|
||||
<p>{{ media.description_html }}</p>
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="eleven columns omega">
|
||||
{% if comments and request.user and request.user.has_privilege('commenter') %}
|
||||
<div class="media_comments">
|
||||
{% if app_config['allow_comments'] %}
|
||||
@ -174,9 +171,11 @@
|
||||
<div class="empty_space no_background">
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="five columns alpha media_sidebar">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="five columns media_sidebar">
|
||||
<h3>{% trans %}Added{% endtrans %}</h3>
|
||||
<p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
|
||||
{%- trans formatted_time=timesince(media.created) -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user