Update bookmarklet.js
This commit is contained in:
parent
70bdd4f343
commit
aa014837bf
@ -592,8 +592,8 @@ body {
|
|||||||
.hidden {
|
.hidden {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.card-header:after,
|
.card-header:after,
|
||||||
.card-footer:after {
|
.card-footer:after {
|
||||||
content:" ";
|
content:" ";
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -622,9 +622,11 @@ body {
|
|||||||
height: 3.2cm;
|
height: 3.2cm;
|
||||||
background: #d0d0d0;
|
background: #d0d0d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 21.0cm;
|
min-width: 21.0cm;
|
||||||
|
|
||||||
}
|
}
|
||||||
.author {
|
.author {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@ -645,6 +647,7 @@ body {
|
|||||||
right:0.4cm;
|
right:0.4cm;
|
||||||
height: calc(100% - 4.0cm);
|
height: calc(100% - 4.0cm);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
||||||
}
|
}
|
||||||
.card-header {
|
.card-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -655,7 +658,7 @@ body {
|
|||||||
margin-left: 1.0cm;
|
margin-left: 1.0cm;
|
||||||
margin-right: 1.1cm;
|
margin-right: 1.1cm;
|
||||||
margin-bottom: 0.2cm;
|
margin-bottom: 0.2cm;
|
||||||
min-height: 5.0cm;
|
min-height: 3.0cm;
|
||||||
}
|
}
|
||||||
.content-header {
|
.content-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -680,39 +683,40 @@ body {
|
|||||||
width: auto;
|
width: auto;
|
||||||
min-width: 4.4cm;
|
min-width: 4.4cm;
|
||||||
height: 1.35cm;
|
height: 1.35cm;
|
||||||
left: 2.8cm;
|
left: 3.0cm;
|
||||||
margin-top: 1.05cm;
|
margin-top: 1.2cm;
|
||||||
padding-top: 0.2cm;
|
padding-left: 0.7cm;
|
||||||
padding-left: 0.9cm;
|
|
||||||
padding-right: 0.4cm;
|
padding-right: 0.4cm;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.0cm;
|
font-size: 1.0cm;
|
||||||
line-height: 1.30cm;
|
line-height: 1.4cm;
|
||||||
}
|
}
|
||||||
.type-icon {
|
.type-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: GREENYELLOW;
|
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;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: 70%;
|
-webkit-background-size: 70%;
|
||||||
background-size: 70%;
|
background-size: 70%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card[type="story"] .type-icon {
|
.card[type="story"] .type-icon {
|
||||||
background-color: GOLD;
|
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 {
|
.card[type="bug"] .type-icon {
|
||||||
background-color: CRIMSON;
|
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 {
|
.card[type="epic"] .type-icon {
|
||||||
background-color: ROYALBLUE;
|
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 {
|
.estimate {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
@ -727,6 +731,7 @@ body {
|
|||||||
margin-top:1.5cm;
|
margin-top:1.5cm;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.due {
|
.due {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
@ -736,9 +741,9 @@ body {
|
|||||||
float:right;
|
float:right;
|
||||||
width: 2.5cm;
|
width: 2.5cm;
|
||||||
height: 2.5cm;
|
height: 2.5cm;
|
||||||
margin-top: 0.35cm;
|
margin-top: 0.4cm;
|
||||||
background-color: MEDIUMPURPLE;
|
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;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: 65%;
|
-webkit-background-size: 65%;
|
||||||
background-size: 65%;
|
background-size: 65%;
|
||||||
@ -753,7 +758,7 @@ body {
|
|||||||
min-width: 2.8cm;
|
min-width: 2.8cm;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: 1.3cm;
|
margin-top: 1.3cm;
|
||||||
padding-top: 0.3cm;
|
padding-top: 0.2cm;
|
||||||
padding-bottom: 0.2cm;
|
padding-bottom: 0.2cm;
|
||||||
padding-left: 0.3cm;
|
padding-left: 0.3cm;
|
||||||
padding-right: 0.6cm;
|
padding-right: 0.6cm;
|
||||||
@ -769,11 +774,12 @@ body {
|
|||||||
width: 2.1cm;
|
width: 2.1cm;
|
||||||
height: 2.1cm;
|
height: 2.1cm;
|
||||||
background-color: LIGHTSKYBLUE;
|
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;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: 70%;
|
-webkit-background-size: 70%;
|
||||||
background-size: 70%;
|
background-size: 70%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
.assignee {
|
.assignee {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -782,10 +788,9 @@ body {
|
|||||||
height: 2.1cm;
|
height: 2.1cm;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 2.0cm;
|
font-size: 2.1cm;
|
||||||
line-height: 2.5cm;
|
line-height: 2.1cm;
|
||||||
padding-left: 0.1cm;
|
background-image: url(https://images.weserv.nl/?url=www.iconsdb.com/icons/download/color/aaaaaa/contacts-256.png);
|
||||||
background-image: url({RESOURCE_ORIGIN}icons/Person.png);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user