- Change Summary:
-
Added a screenshot
- Screenshots:
-
Example
Style fix for Issue 1903 : New Label Styles
Review Request #2366 — Created May 17, 2011 and submitted
Adding an additional class to style the [Discarded] label. Future styling possible for other labels with this dynamic class. Mentioned in issue 1903 : http://code.google.com/p/reviewboard/issues/detail?id=1903
Local Server Testing with Sample Data
VL
-
-
Just using the "label" field here won't survive localization. I'd suggest adding another parameter to __labeled_summary which is the class to add and then passing that through unadorned. We can also generalize the .draftlabel class. There are three kinds of labels we add on the summary: draft, submitted, and discarded. Each of these could have its own CSS class (.label-draft, .label-discarded, .label-submitted).
VL
- Change Summary:
-
Updated with new label classes and colors.
- Diff:
-
Revision 3 (+15 -7)
- Screenshots:
-
ExampleLabels