Merge branch 'gh-pages' into develop

This commit is contained in:
Bengt Brodersen 2015-12-17 22:53:24 +01:00
commit 12c67c6561
4 changed files with 11 additions and 5 deletions

View File

@ -182,7 +182,7 @@ body {
background-color: GOLD;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bulb.png);
}
.issue-icon[type="bug"], .issue-icon[type="correction"] {
.issue-icon[type="bug"].issue-icon[type="problem"], .issue-icon[type="correction"], {
background-color: CRIMSON;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bug.png);
}
@ -190,7 +190,8 @@ body {
background-color: ROYALBLUE;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Flash.png);
}
.issue-icon[type="task"] {
.issue-icon[type="task"], .issue-icon[type="sub-task"], .issue-icon[type="technical task"]
.issue-icon[type="aufgabe"], .issue-icon[type="unteraufgabe"], .issue-icon[type="technische aufgabe"] {
background-color: WHEAT;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
}
@ -198,10 +199,15 @@ body {
background-color: LIMEGREEN;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Plus.png);
}
.issue-icon[type="improvement"] {
.issue-icon[type="improvement"],
.issue-icon[type="verbesserung"] {
background-color: CORNFLOWERBLUE;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Arrow.png);
}
.issue-icon[type="research"] {
background-color: MEDIUMTURQUOISE;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/ErlenmeyerFlask.png);
}
.issue-estimate {
position: absolute;
left: 2.5rem;

View File

@ -10,9 +10,9 @@
ga('create', 'UA-50840116-3', 'auto');
</script>
<meta http-equiv="refresh" content="1"; url="http://qoomon.blogspot.de/2014/01/jira-issue-card-printer-bookmarklet.html" />
<meta http-equiv="refresh" content="1"; url="https://github.com/qoomon/Jira-Issue-Card-Printer/blob/gh-pages/README.md" />
<script language="javascript">
window.location = "http://qoomon.blogspot.de/2014/01/jira-issue-card-printer-bookmarklet.html";
window.location = "https://github.com/qoomon/Jira-Issue-Card-Printer/blob/gh-pages/README.md";
</script>
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB