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; 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;
@ -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;
} }

View File

@ -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>