Patch #21076
Move inline CSS to application.css for private checkbox
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.1.2 |
Description
Currently the checkbox for creating / editing an issue holds the checkbox for toggling private state within a paragraph tag, that is styled inline:
<p style="float:right; margin-right:1em;">
This makes it nearly impossible to style this element, e.g. for positioning. This patch adds an id to the paragraph tag and moves the current styles to the application.css file in order to allow custom styling of this element.
Associated revisions
Move inline CSS to application.css for private checkbox (#21076).
Patch by Felix Gliesche.
History
#1
Updated by Jan from Planio www.plan.io almost 7 years ago
- Target version set to Candidate for next minor release
#2
Updated by Jean-Philippe Lang almost 7 years ago
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next minor release to 3.1.2
#3
Updated by Jean-Philippe Lang almost 7 years ago
- Status changed from New to Closed