Update bookmarklet.js

This commit is contained in:
Bengt Brodersen 2015-01-23 13:20:10 +01:00
parent 70bdd4f343
commit aa014837bf

View File

@ -592,8 +592,8 @@ body {
.hidden {
visibility: hidden;
}
.card-header:after,
.card-footer:after {
.card-header:after,
.card-footer:after {
content:" ";
display: block;
clear: both;
@ -622,9 +622,11 @@ body {
height: 3.2cm;
background: #d0d0d0;
}
.card {
position: relative;
min-width: 21.0cm;
}
.author {
z-index: 999;
@ -645,6 +647,7 @@ body {
right:0.4cm;
height: calc(100% - 4.0cm);
background: #ffffff;
}
.card-header {
position: relative;
@ -655,7 +658,7 @@ body {
margin-left: 1.0cm;
margin-right: 1.1cm;
margin-bottom: 0.2cm;
min-height: 5.0cm;
min-height: 3.0cm;
}
.content-header {
position: relative;
@ -680,39 +683,40 @@ body {
width: auto;
min-width: 4.4cm;
height: 1.35cm;
left: 2.8cm;
margin-top: 1.05cm;
padding-top: 0.2cm;
padding-left: 0.9cm;
left: 3.0cm;
margin-top: 1.2cm;
padding-left: 0.7cm;
padding-right: 0.4cm;
text-align: center;
font-weight: bold;
font-size: 1.0cm;
line-height: 1.30cm;
line-height: 1.4cm;
}
.type-icon {
position: relative;
float: left;
background-color: GREENYELLOW;
background-image: url({RESOURCE_ORIGIN}icons/Objects.png);
background-image: url(https://googledrive.com/host/0Bwgd0mVaLU_KU0N5b3JyRnJaNTA/resources/icons/Objects.png);
background-repeat: no-repeat;
-webkit-background-size: 70%;
background-size: 70%;
background-position: center;
z-index: 1;
}
.card[type="story"] .type-icon {
background-color: GOLD;
background-image: url({RESOURCE_ORIGIN}icons/Bulb.png);
background-image: url(https://googledrive.com/host/0Bwgd0mVaLU_KU0N5b3JyRnJaNTA/resources/icons/Bulb.png);
}
.card[type="bug"] .type-icon {
background-color: CRIMSON;
background-image: url({RESOURCE_ORIGIN}icons/Bug.png);
background-image: url(https://googledrive.com/host/0Bwgd0mVaLU_KU0N5b3JyRnJaNTA/resources/icons/Bug.png);
}
.card[type="epic"] .type-icon {
background-color: ROYALBLUE;
background-image: url({RESOURCE_ORIGIN}icons/Flash.png);
background-image: url(https://googledrive.com/host/0Bwgd0mVaLU_KU0N5b3JyRnJaNTA/resources/icons/Flash.png);
}
.estimate {
position: relative;
float: left;
@ -727,6 +731,7 @@ body {
margin-top:1.5cm;
z-index: 999;
}
.due {
position: relative;
float: right;
@ -736,9 +741,9 @@ body {
float:right;
width: 2.5cm;
height: 2.5cm;
margin-top: 0.35cm;
margin-top: 0.4cm;
background-color: MEDIUMPURPLE;
background-image: url({RESOURCE_ORIGIN}icons/AlarmClock.png);
background-image: url(https://googledrive.com/host/0Bwgd0mVaLU_KU0N5b3JyRnJaNTA/resources/icons/AlarmClock.png);
background-repeat: no-repeat;
-webkit-background-size: 65%;
background-size: 65%;
@ -753,7 +758,7 @@ body {
min-width: 2.8cm;
height: auto;
margin-top: 1.3cm;
padding-top: 0.3cm;
padding-top: 0.2cm;
padding-bottom: 0.2cm;
padding-left: 0.3cm;
padding-right: 0.6cm;
@ -769,11 +774,12 @@ body {
width: 2.1cm;
height: 2.1cm;
background-color: LIGHTSKYBLUE;
background-image: url({RESOURCE_ORIGIN}icons/Attachment.png);
background-image: url(https://images.weserv.nl/?url=www.iconsdb.com/icons/download/color/2f2f2f/attach-256.png);
background-repeat: no-repeat;
-webkit-background-size: 70%;
background-size: 70%;
background-position: center;
}
.assignee {
position: relative;
@ -782,10 +788,9 @@ body {
height: 2.1cm;
text-align: center;
font-weight: bold;
font-size: 2.0cm;
line-height: 2.5cm;
padding-left: 0.1cm;
background-image: url({RESOURCE_ORIGIN}icons/Person.png);
font-size: 2.1cm;
line-height: 2.1cm;
background-image: url(https://images.weserv.nl/?url=www.iconsdb.com/icons/download/color/aaaaaa/contacts-256.png);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;