adjust mod report page
authorjpope <jpope@jpope.org>
Tue, 7 Jan 2014 02:27:32 +0000 (20:27 -0600)
committerjpope <jpope@jpope.org>
Tue, 7 Jan 2014 02:27:32 +0000 (20:27 -0600)
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/moderation/report.html

index 83449569ada34845885de5786f367ae528164a5a..a3f4bf0eaacec5b3087d34cd5a488ded12963056 100644 (file)
@@ -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;
index cedbd49a46eb113d1965f447b9a7b97de90bb8b0..5bff0ffa9617937d0109e09fbffd2cbe638b0ba5 100644 (file)
 {% if not report %}
   {% trans %}Sorry, no such report found.{% endtrans %}
 {% else %}
+  <div class="row">
     <a href="{{ request.urlgen('mediagoblin.moderation.reports') }}"
        class="return_to_panel button_action"
        title="Return to Reports Panel">
       {% trans %}Return to Reports Panel{% endtrans %}</a>
+  </div>
   <h2>{% trans %}Report{% endtrans %} #{{ report.id }}</h2>
   {% 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 %}
-    <div class="media_thumbnail">
+    <div class="three columns media_thumbnail">
       <a href="{{ request.urlgen('mediagoblin.user_pages.media_home',
                             user=media_entry.get_uploader.username,
                             media=media_entry.slug_or_id) }}">