Make "add media to collection" a normal <img/>
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 13 Dec 2012 20:07:16 +0000 (21:07 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 13 Dec 2012 20:19:37 +0000 (21:19 +0100)
commitd2fad5c9c3d6795cd5fccc0664207810bd0cfc7e
tree0f7a6739e106738d225c3d3d85ffc21c6138dbc7
parent42fe4f99655a3411a86a2e13508ddc542dca8ced
Make "add media to collection" a normal <img/>

This button used to be a css style <a href=...> </a> (note:
No contents for the <a>). Using this approach has various
drawbacks. Most notably:
- Not clickable in text mode browsers
- Possibly getting marked as a hidden (spam) link
- No alt attribute

So replaced with a real <img/>.

I have no idea what to put in the alt attribute.
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/user_pages/media.html