Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 75b2e26

Browse files
committed
Merge pull request #111 from appirio-tech/dev
Release Dev
2 parents db06e0e + 162b5ce commit 75b2e26

File tree

10 files changed

+715
-26
lines changed

10 files changed

+715
-26
lines changed

src/css/my-dashboard.css

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -259,47 +259,29 @@
259259
}
260260

261261
.member-program-content *[rel="badges"] *[rel="badge"] div[rel="image"] {
262-
min-width: 30px;
263-
min-height: 30px;
264-
background-image: url('../i/member-program/sprite.png');
262+
width: 48px;
263+
height: 48px;
265264
background-repeat: no-repeat;
266-
zoom: 0.5;
267265
}
268266

269267
.member-program-content *[rel="badges"] *[rel="badge"].participant div[rel="image"] {
270-
background-position: -112px 0px;
271-
width: 76px;
272-
height: 76px;
268+
background-image: url('../i/member-program/svg/Member-06.svg');
273269
}
274270

275271
.member-program-content *[rel="badges"] *[rel="badge"].education div[rel="image"] {
276-
background-position: -112px -78px;
277-
width: 74px;
278-
height: 74px;
272+
background-image: url('../i/member-program/svg/Education-06.svg');
279273
}
280274

281275
.member-program-content *[rel="badges"] *[rel="badge"].peer div[rel="image"] {
282-
background-position: 0px -83px;
283-
width: 66px;
284-
height: 90px;
276+
background-image: url('../i/member-program/svg/Show-Your-Skills-06.svg');
285277
}
286278

287279
.member-program-content *[rel="badges"] *[rel="badge"].challenge div[rel="image"] {
288-
background-position: -190px -76px;
289-
width: 54px;
290-
height: 74px;
280+
background-image: url('../i/member-program/svg/Challenger-06.svg');
291281
}
292282

293283
.member-program-content *[rel="badges"] *[rel="badge"].high-performer div[rel="image"] {
294-
background-position: -190px 0px;
295-
width: 63px;
296-
height: 74px;
297-
}
298-
299-
.member-program-content *[rel="badges"] *[rel="badge"].custom div[rel="image"] {
300-
background-position: 0px -175px;
301-
width: 64px;
302-
height: 64px;
284+
background-image: url('../i/member-program/svg/High-Performer-06.svg');
303285
}
304286

305287
.member-program-content *[rel="badges"] *[rel="badge"] div[rel="name"] {

src/js/terms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ appChallengeTerms = {
4949
$('.agree-label').hide();
5050
$('#termSubmit').text('Go Back');
5151
$('.agreement').removeClass('notAgreed');
52-
var finalDest = escape(siteURL + "/challenge-details/terms/" + challengeId + "?challenge-type=" + challengeType + "&termId=" + termsOfUseID + "&cb=" + Math.random());
52+
var finalDest = escape(siteURL + "/challenge-details/terms/" + challengeId + "?challenge-type=" + challengeType + "&cb=" + Math.random());
5353
$.ajax({
5454
url: tcconfig.apiURL + '/terms/docusign/viewURL',
5555
type: 'POST',
Lines changed: 119 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)