#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
Reporter: olemis | Owner: olemis
Type: defect | Status: accepted
Priority: critical | Milestone: Release 4
Component: ui design | Version:
Resolution: | Keywords:
------------------------+-----------------------
Comment (by gjm):
Until there is a proper solution, I suggest that I add the following to
the site templates/site.html and htdocs/style.css to keep us going:
{{{
#!xml
<html>
<head py:match="head" py:attrs="select('@*')">
${select('*|comment()|text()')}
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/style.css')}" />
</head>
</html>
}}}
{{{
#!css
.ticketdraft {
position: relative;
z-index: -1;
}
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker