From cc32369497de034a73d81bea3e7083fb712b4def Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 3 Dec 2014 22:10:35 -0600 Subject: [PATCH 1/4] fix(style): Prettify Market Gem --- css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/index.css b/css/index.css index e996caeb48..efeaa39428 100644 --- a/css/index.css +++ b/css/index.css @@ -40,3 +40,8 @@ [class*="Mount_Head_"], [class*="Mount_Body_"]{ margin-top:18px; /* Sprite accommodates 105x123 box */ } + +.Pet_Currency_Gem { + margin-top: 5px; + margin-bottom: 5px +} From 6369934ca31c3bbd1286ea2c48a098eef3dee47e Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 4 Dec 2014 19:04:07 -0600 Subject: [PATCH 2/4] feat(Gems): Add strings for Market gem --- locales/en/subscriber.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/en/subscriber.json b/locales/en/subscriber.json index c88a117021..0be7731feb 100644 --- a/locales/en/subscriber.json +++ b/locales/en/subscriber.json @@ -60,5 +60,7 @@ "checkout": "Checkout", "buySubsText": "Buy gems with Gold, No Ads, Support the Devs", "sureCancelSub": "Are you sure you want to cancel your subscription?", - "subCanceled": "Subscription will become inactive on" + "subCanceled": "Subscription will become inactive on", + "subGemPop": "Because you subscribe to HabitRPG, you can purchase a number of Gems each month using Gold. You can see how many Gems are available to buy at the corner of the Gem icon.", + "subGemName": "Subscriber Gems" } From d584e998baed3ccb69ece26e3781322c691dd63a Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 4 Dec 2014 20:14:16 -0600 Subject: [PATCH 3/4] fix(style): Pet key margins like sub gems --- css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/index.css b/css/index.css index efeaa39428..662204a6db 100644 --- a/css/index.css +++ b/css/index.css @@ -45,3 +45,8 @@ margin-top: 5px; margin-bottom: 5px } + +.pet_key { + margin-top: 5px; + margin-bottom: 5px +} From a0434e67a6063f1eaaff82f1b890e9c6a5987fe7 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 4 Dec 2014 20:26:27 -0600 Subject: [PATCH 4/4] Revert "fix(style): Pet key margins like sub gems" This reverts commit d584e998baed3ccb69ece26e3781322c691dd63a. --- css/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/index.css b/css/index.css index 662204a6db..efeaa39428 100644 --- a/css/index.css +++ b/css/index.css @@ -45,8 +45,3 @@ margin-top: 5px; margin-bottom: 5px } - -.pet_key { - margin-top: 5px; - margin-bottom: 5px -}