Updated media detail view to linkify the tags. Adjusted tag link styling.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 1 Aug 2011 01:48:13 +0000 (20:48 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 1 Aug 2011 01:48:13 +0000 (20:48 -0500)
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/user_pages/media.html

index 70db6da9e300c7f24efbd3161dff058a530ea036..c84fe047243c323763f47d897248421961032471 100644 (file)
@@ -275,3 +275,13 @@ ul.mediagoblin_messages {
   background-color: #f7f7f7;
   color: #272727;
 }
+
+ul.mediaentry_tags {
+  list-style-type: none;
+}
+
+ul.mediaentry_tags li {
+  display: inline;
+  margin: 0px 5px 0px 0px;
+  padding: 0px;
+}
index 7622d6e66473abeb9e6006ef476f6419e72719f8..353cf91c1e139b596d97b659b2e6e1ab680b9fde 100644 (file)
              media = media._id)) }}
       </div>
     {% endif %}
+
     <div class="grid_5 omega">
       {% include "mediagoblin/utils/prev_next.html" %}
       <h3>Sidebar content here!</h3>
+
       <p>
         {% if media['uploader'] == request.user['_id'] or 
                                    request.user['is_admin'] %}
           </p>
         {% endif %}
       </p>
+
       {% if media.tags %}
         {% include "mediagoblin/utils/tags.html" %}
       {% endif %}