Patch #14767
More CSS classes on various fields
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 2.4.0 |
Description
Hi there,
this is a patch which includes CSS classes on various places to allow some fine tuning in each theme.
I also introduced an issue method "follows?", which is used for example, to highlight issues, which have to wait for another issue to be completed.
A test for this method is included.
Best regards,
Daniel
Related issues
Associated revisions
Adds a project specific css class to body (#14767).
Adds some css classes (#14767).
History
#1
Updated by Daniel Felix over 7 years ago
- Assignee set to Toshi MARUYAMA
Hi Toshi,
maybe you have some time to take a look at this?
Best regards,
Daniel
#2
Updated by Toshi MARUYAMA over 7 years ago
- Target version set to 2.4.0
#3
Updated by Jean-Philippe Lang over 7 years ago
Adding css classes about relations adds too many queries, I'm not in favor of it. Also, tracker-#{tracker.name.downcase}
is not acceptable as we cannot be sure that it makes a valid css class name.
#4
Updated by Mischa The Evil over 7 years ago
- Related to Feature #898: add project specific css class to body tag added
#5
Updated by Mischa The Evil over 7 years ago
- Related to Feature #14759: Adding project ID to CSS classes at least in issue screen (but whereever it is possibe) added
#6
Updated by Toshi MARUYAMA over 7 years ago
- Assignee deleted (
Toshi MARUYAMA)
#7
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
#8
Updated by Jean-Philippe Lang about 7 years ago
FTR, the 'progress progress-#{pcts[0]}'
class was broken. Should use double-quotes instead (#15523).