From f90c0df73d09e7e74c55aa1ad76b6acacbe65704 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Tue, 9 Jun 2015 10:53:20 +0200 Subject: [PATCH 1/4] Update bookmarklet.js --- bookmarklet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index 9b04d8d..e559c9e 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -962,7 +962,7 @@ body { } .badge, .shadow { border-style: solid; - border-color: #555; + border-color: #333; border-top-width: 0.12rem; border-left-width: 0.12rem; border-bottom-width: 0.21rem; @@ -971,7 +971,7 @@ body { } .badge { // WHITESMOKE, GAINSBOROM; - background-color: WHITESMOKE; + background-color: #E339E3; } .hidden { display: none; From dda307501ac5955ef4d2edbff1e8dbdcce4002c1 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Tue, 9 Jun 2015 10:54:50 +0200 Subject: [PATCH 2/4] Update bookmarklet.js --- bookmarklet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index e559c9e..3c442de 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -808,8 +808,8 @@ body { position: absolute; left: 0rem; top: 0rem; - height: 3.2rem; - width: 3.2rem; + height: 3.0rem; + width: 3.0rem; border-radius: 50% !important; background-color: LIGHTSEAGREEN !important; background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Objects.png); From e2f65a0b0d912f3f8f559f06ebdebb978f283666 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 10 Jun 2015 23:23:51 +0200 Subject: [PATCH 3/4] no message --- bookmarklet.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index 3c442de..86c8b71 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -85,7 +85,7 @@ jQuery("#hide-due-date-checkbox").attr('checked', readCookie("card_printer_hide_due_date", 'false') == 'true'); jQuery("#hide-status-checkbox").attr('checked', readCookie("card_printer_hide_status", 'true') == 'true'); - jQuery("#card-print-dialog-title").text("Card Print - Loading " + issueKeyList.length + " issues..."); + jQuery("#card-print-dialog-title").text("Card Printer - Loading issues..."); renderCards(issueKeyList, function() { jQuery("#card-print-dialog-title").text("Card Print"); //print(); @@ -394,7 +394,7 @@
Card Print
- +
@@ -817,7 +817,7 @@ body { background-position: center; background-size: 70%; } -.issue-icon[type="story"] { +.issue-icon[type="story"], .issue-icon[type="user story"]{ background-color: GOLD !important; background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bulb.png); } @@ -971,7 +971,7 @@ body { } .badge { // WHITESMOKE, GAINSBOROM; - background-color: #E339E3; + background-color: #E0E0E0; } .hidden { display: none; From 77d19dacecca60fab4c883804e02c9a922e5745a Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 10 Jun 2015 23:25:50 +0200 Subject: [PATCH 4/4] no message --- bookmarklet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index 86c8b71..8433684 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -87,7 +87,7 @@ jQuery("#card-print-dialog-title").text("Card Printer - Loading issues..."); renderCards(issueKeyList, function() { - jQuery("#card-print-dialog-title").text("Card Print"); + jQuery("#card-print-dialog-title").text("Card Printer"); //print(); }); @@ -392,7 +392,7 @@ /*!
-
Card Print
+
Card Printer