Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<script type="text/javascript" src="https://jira.akraino.org/s/c11c0bd6cdfdc04cacdf44e3072f7af4-T/ah7phx/78002/b6b48b2829824b869586ac216d119363/2.0.26/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=c49ec9c2"></script>
<script type="text/javascript">window.ATL_JQ_PAGE_PROPS =  {
	"triggerFunction": function(showCollectorDialog) {
		jQuery("#myCustomTrigger").click(function(e) {
			e.preventDefault();
			showCollectorDialog();
		});
	}};
</script>
<div style="
    z-index:1000;
    background-color:#a00;
    position:fixed;
    bottom:0;
    right:-120px125px;
    display:block;
    transform:rotate(-45deg);
    overflow:hidden;
    white-space:nowrap;
    box-shadow:0 0 10px #888;"
>
<a href="#" id="myCustomTrigger" style="
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: bold 125% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 10px 110px 10px 200px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
    transition: 0.5s;"
>Report Issue</a>
</div>

...