Actions
Patch #21076
closedMove inline CSS to application.css for private checkbox
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Files
Actions