Opened 8 years ago
Closed 8 years ago
#936 closed enhancement (fixed)
Improve the display of "Missing" in the YellowLabel tracking wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.9.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
When a consent is missing for a YellowLabel specimen, the Consent data column displays "Missing". This is ok as long as the pilot report has not been created. When a pilot report exists the background color of the row is changed and the text is made bolder. In order to keep data columns aligned we use a trick with text-shadow
to create a bold-like effect. The "Missing" text is already bold and the shadow trick makes it extra bold but the shadow is also always black which creates a strange effect.
Note:
See TracTickets
for help on using tickets.
(In [4341]) Fixes #936: Improve the display of "Missing" in the YellowLabel tracking wizard
Removed the 'black' color from the text-shadow which should make it the same color as the text.
Remove the shadow from the 'Missing' text.