Merge branch 'gh-pages' into develop
This commit is contained in:
commit
12c67c6561
12
card.css
12
card.css
@ -182,7 +182,7 @@ body {
|
|||||||
background-color: GOLD;
|
background-color: GOLD;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bulb.png);
|
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-color: CRIMSON;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bug.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bug.png);
|
||||||
}
|
}
|
||||||
@ -190,7 +190,8 @@ body {
|
|||||||
background-color: ROYALBLUE;
|
background-color: ROYALBLUE;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Flash.png);
|
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-color: WHEAT;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
|
||||||
}
|
}
|
||||||
@ -198,10 +199,15 @@ body {
|
|||||||
background-color: LIMEGREEN;
|
background-color: LIMEGREEN;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Plus.png);
|
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-color: CORNFLOWERBLUE;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Arrow.png);
|
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 {
|
.issue-estimate {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 2.5rem;
|
left: 2.5rem;
|
||||||
|
|||||||
@ -10,9 +10,9 @@
|
|||||||
ga('create', 'UA-50840116-3', 'auto');
|
ga('create', 'UA-50840116-3', 'auto');
|
||||||
|
|
||||||
</script>
|
</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">
|
<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>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
BIN
resources/icons/ErlenmeyerFlask.png
Normal file
BIN
resources/icons/ErlenmeyerFlask.png
Normal file
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 |
Loading…
x
Reference in New Issue
Block a user