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

Commit 84edbf8

Browse files
authored
Merge pull request #335 from appirio-tech/dev
Adding tco banners
2 parents 9405986 + 07fdb60 commit 84edbf8

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-1
lines changed

src/css/style-challenges.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ select {
238238
position: absolute;
239239
left: 12px;
240240
top: 4px;
241+
height: 75px;
241242

242243
-moz-transition-duration: .2s;
243244
-webkit-transition-duration: .2s;
Lines changed: 20 additions & 0 deletions
Loading
Lines changed: 20 additions & 0 deletions
Loading

wp/wp-content/themes/tcs-responsive/ng-page-challenges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class="ngHeaderCell" ng-header-cell>
433433
<div class="colCh" ng-if="row.getProperty('challengeCommunity') !== 'data'">
434434
<div>
435435
<a ng-href="/challenge-details/{{row.getProperty('challengeId')}}/?type={{row.getProperty('challengeCommunity')}}" class="contestName">
436-
<img alt="allContestIco" class="allContestIco" ng-src="{{images}}banner-{{contest.contestType == 'data' ? 'data' : row.getProperty('challengeCommunity')}}.svg">
436+
<img alt="allContestIco" class="allContestIco" ng-src="{{images}}banner-{{row.getProperty('eventName') == 'tco16' ? 'tco-' : ''}}{{contest.contestType == 'data' ? 'data' : row.getProperty('challengeCommunity')}}.svg">
437437
<span ng-cell-text>{{row.getProperty(col.field)}}</span>
438438
<span class="track-symbol" qtip title="Challenge Type" text="{{row.getProperty('challengeType')}}" community="{{row.getProperty('challengeCommunity')}}">
439439
{{getTrackSymbol(row.getProperty('challengeType')).toUpperCase()}}

0 commit comments

Comments
 (0)