Merge branch 'gh-pages' into develop
This commit is contained in:
commit
fa4d74727b
1398
bookmarklet.js
1398
bookmarklet.js
File diff suppressed because it is too large
Load Diff
10
card.css
10
card.css
@ -3,9 +3,9 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
background: WHITE;
|
background-color: LIGHTGREY;
|
||||||
padding: 0rem;
|
padding: 0rem;
|
||||||
margin: 0rem;
|
margin: 1rem;
|
||||||
font-size: 1.0cm;
|
font-size: 1.0cm;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
@ -77,6 +77,7 @@ body {
|
|||||||
min-width: 14.5rem;
|
min-width: 14.5rem;
|
||||||
min-height: 8.65rem;
|
min-height: 8.65rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: WHITE;
|
||||||
}
|
}
|
||||||
.card::before {
|
.card::before {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -178,7 +179,7 @@ body {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 63%;
|
background-size: 63%;
|
||||||
}
|
}
|
||||||
.issue-icon[type="loading"]{
|
.issue-icon[type="loading"] {
|
||||||
background-color: DEEPSKYBLUE;
|
background-color: DEEPSKYBLUE;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/CloudLoading.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/CloudLoading.png);
|
||||||
}
|
}
|
||||||
@ -337,6 +338,9 @@ body {
|
|||||||
padding: 0.0mm;
|
padding: 0.0mm;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
|
margin: 0.0mm;
|
||||||
|
padding: 0.0mm;
|
||||||
|
background-color: WHITE !important;
|
||||||
-webkit-print-color-adjust: exact !important;
|
-webkit-print-color-adjust: exact !important;
|
||||||
print-color-adjust: exact !important;
|
print-color-adjust: exact !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div id="card-print-dialog-header">
|
<div id="card-print-dialog-header">
|
||||||
<div id="card-print-dialog-title">Card Printer</div>
|
<div id="card-print-dialog-title">Card Printer</div>
|
||||||
<div id="info">
|
<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="report-issue" class="ui-element button" >Report Issues</div>
|
||||||
<div id="about" class="ui-element button" >About</div>
|
<div id="about" class="ui-element button" >About</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user