Merge branch 'gh-pages' into develop

This commit is contained in:
Bengt Brodersen 2016-05-03 22:42:48 +02:00
commit fa4d74727b
3 changed files with 1071 additions and 339 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,9 @@
overflow: hidden;
}
html {
background: WHITE;
background-color: LIGHTGREY;
padding: 0rem;
margin: 0rem;
margin: 1rem;
font-size: 1.0cm;
overflow-y: scroll;
}
@ -77,6 +77,7 @@ body {
min-width: 14.5rem;
min-height: 8.65rem;
overflow: hidden;
background-color: WHITE;
}
.card::before {
box-sizing: border-box;
@ -178,7 +179,7 @@ body {
background-position: center;
background-size: 63%;
}
.issue-icon[type="loading"]{
.issue-icon[type="loading"] {
background-color: DEEPSKYBLUE;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/CloudLoading.png);
}
@ -337,6 +338,9 @@ body {
padding: 0.0mm;
}
html {
margin: 0.0mm;
padding: 0.0mm;
background-color: WHITE !important;
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
}

View File

@ -3,7 +3,7 @@
<div id="card-print-dialog-header">
<div id="card-print-dialog-title">Card Printer</div>
<div id="info">
<label id="info-line"><b>Jira</b> - <b>Trello</b> - <b>YouTrack</b> - <b>PivotalTracker</b></label>
<label id="info-line"><b>Jira</b> - <b>Trello</b> - <b>Mingle</b> - <b>YouTrack</b> - <b>PivotalTracker</b></label>
<div id="report-issue" class="ui-element button" >Report Issues</div>
<div id="about" class="ui-element button" >About</div>
</div>