Drupal uses inconsistent indication on "new" items. In comments, we display red "new" on the right, on tracker and on project issues we use "*".
Also note that "*" is widely used on marking required comment fields.
My suggestion is remove both instances of "new" and "*" and replace them with genereric "new" label, styled with CSS.
my take on the label:
http://kika.trip.ee/files/new.html
it's a hack allright (no-no to inline styles!), but you'll get the idea.
Mockup displaying the new labels is included. The problem I see is that the display gets too "reddish". An alternative is to use less intrusive black-on-yellow marking:
http://kika.trip.ee/files/updated.html
More on "styling buttons with CSS"
http://www.hyperborea.org/journal/archives/2004/06/25/creating-css-buttons/
http://www.sovavsiti.cz/css/w3c_buttons.html
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flickr.new.png | 12.73 KB | kika |
| styling_new_buttons.png | 24.02 KB | kika |
Comments
Comment #1
kika commentedha! It seems www.flickr.com uses the very same approach. See attached screenshot.
Relevant CSS:
and HTML
Comment #2
jcosters commentedGreat, but isn't it better to use em's instead of px's for font sizes in CSS?
If I'm not mistaken:
Comment #3
coreb commentedMoving from x.y.z queue to 6.x-dev.
Comment #4
zeta ζ commentedI think this has been addressed with
<span class="marker">new</span>for project issues.Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.