Dirk Frederickx wrote:
Murray,

I assume we can fix that in the css too. With a white space:nowrap
which make sense for all .actions.

I'll take this in the next commit.

Thanks -- also, could we rename the images

  #user .username.anonymous {
      background:url(images/user.png)  2px 2px no-repeat;
  }
  #user .username.asserted {
      background:url(images/user_orange.png) 2px 2px no-repeat;
  }
  #user .username.authenticated {
      background:url(images/user_green.png)  2px 2px no-repeat;
  }

to names indicative of their status, rather than colour?

  #user .username.anonymous {
      background:url(images/user-anonymous.png)  2px 2px no-repeat;
  }
  #user .username.asserted {
      background:url(images/user_asserted.png) 2px 2px no-repeat;
  }
  #user .username.authenticated {
      background:url(images/user_authenticated.png)  2px 2px no-repeat;
  }

(or perhaps 'user-anon.png', 'user_assert.png' and 'user_auth.png' if
there's any desire for shorter names.)

Murray

...........................................................................
Murray Altheim <murray07 at altheim.com>                           ===  = =
http://www.altheim.com/murray/                                     = =  ===
SGML Grease Monkey, Banjo Player, Wantanabe Zen Monk               = =  = =

      Boundless wind and moon - the eye within eyes,
      Inexhaustible heaven and earth - the light beyond light,
      The willow dark, the flower bright - ten thousand houses,
      Knock at any door - there's one who will respond.
                                      -- The Blue Cliff Record
_______________________________________________
This is the Jspwiki-users mailing list, in which we discuss the stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. For development discussion, please join jspwiki-dev.
http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
http://www.jspwiki.org/JSPWikiMailingList

Reply via email to