- **status**: review --> in-progress - **Comment**: There are some icons on the old set still. First ones I found were the Icon and Project Status fields on the project admin metadata page. You can grep for `ico-` and find some more too. One place where the old one doesn't even work, is `ico-mail` on the discussion thread list column header.
There's some crufty corners referencing the icon sprite too. `Neighborhood.get_css_for_picker` for example with its `re_icon_theme` logic. Those options aren't available by default (have to run a `paster` command, iirc) so probably can just remove the `titlebarcolor` option if that's easiest. Minor thing, maybe only default `href='#'` if the tag is `a`? Its probably not valid for a `<b>` tag to have an `href` for example. The big `fa-user` on profile pages (for users without an email address set) isn't lined up quite right inside its box. `text-align: center;` does the trick. That might be useful other places too? On code repos, the download snapshot and History icons aren't visible. I like the choice of icons, good to see the "send" email as a flying paper airplane :) A hand for moderate is good, etc. Nice work :) Only one I've found that I'm not so sure about is `code-fork` for forking, merging, and reverting wiki pages. For merge, you could `transform: scale(-1, 1);` the icon to make it upside down :) but that might mess up other stuff. For revert, what about `fa-undo` same as used for undelete? --- ** [tickets:#7924] Update icons** **Status:** in-progress **Milestone:** unreleased **Labels:** new-admin sf-current sf-4 42cc **Created:** Mon Jul 13, 2015 02:22 PM UTC by Heith Seewald **Last Updated:** Mon Oct 19, 2015 11:40 AM UTC **Owner:** Igor Bondarenko Our icons should be updated and support hidpi screens. [Font awesome](http://fortawesome.github.io/Font-Awesome/) might be a good choice or possibly [fontello](http://fontello.com/). Licenses need to be taken into consideration and included in the appropriate places. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
