[Dart] Trivial Cosmetic Suggestion
Sebastien BARRE
sebastien.barre at kitware.com
Mon, 21 Jan 2002 11:37:00 -0500
At 1/18/2002 11:25 PM, Jim Miller wrote:
>I played around with putting buttons horizontally on a
>DartBoard. Attached is screenshot of a DartBoard. I'm interested in what
>people think of it.
I really like it.
IMHO, the 'home' button should be on the buttons row (check with your
usability department).
As I said before, buttons with the same width would be nice. If you are
using <table> to create the buttons, try to attach a 'width' property to
the button <TD> cell (with a value expressed in 'em' units), like this:
td.buttons {
text-align: center;
width: 20em;
}
>>BTW, the word-wrap (hence the height of each line representing a build in
>>that table) occurs mainly because of the *really* long format of the time
>>stamp.
>>
>>I'm wondering: since each dashboard is open for the day (displayed at the
>>top of the page), do we need these timestamps to display the date ? We
>>only need the time and the time zone. That would really helps.
What do you think Jim ?
--
Sebastien Barre