From: jpope Date: Tue, 7 Jan 2014 02:27:32 +0000 (-0600) Subject: adjust mod report page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff9b6b51b0ecdd770811297d615edb7969e8cba7;p=mediagoblin.git adjust mod report page --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 83449569..a3f4bf0e 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -349,7 +349,7 @@ text-align: center; border-top: 6px dashed #D49086 } -.form_field_input input, .form_field_input textarea { +/*.form_field_input input,*/ .form_field_input textarea { width: 100%; } @@ -820,7 +820,7 @@ pre { } /* desktop resolutions */ @media screen and (min-width: 960px) { - .container .three.columns { /* this needs to be more specific - inplace for the gallery... */ + .container .three.columns.media_thumbnail { width:180px; margin-left:3px; margin-right:3px; @@ -828,7 +828,7 @@ pre { } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { - .container .three.columns { /* this needs to be more specific - inplace for the gallery... */ + .container .three.columns.media_thumbnail { width:147px; margin-left:2px; margin-right:2px; diff --git a/mediagoblin/templates/mediagoblin/moderation/report.html b/mediagoblin/templates/mediagoblin/moderation/report.html index cedbd49a..5bff0ffa 100644 --- a/mediagoblin/templates/mediagoblin/moderation/report.html +++ b/mediagoblin/templates/mediagoblin/moderation/report.html @@ -26,10 +26,12 @@ {% if not report %} {% trans %}Sorry, no such report found.{% endtrans %} {% else %} +
{% trans %}Return to Reports Panel{% endtrans %} +

{% trans %}Report{% endtrans %} #{{ report.id }}

{% if report.is_comment_report() and report.comment %} @@ -66,7 +68,7 @@ {% elif report.is_media_entry_report() and report.media_entry %} {% set media_entry = report.media_entry %} -
+