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

Adding tco banners #335

Merged
merged 3 commits into from
Aug 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/css/style-challenges.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ select {
position: absolute;
left: 12px;
top: 4px;
height: 75px;

-moz-transition-duration: .2s;
-webkit-transition-duration: .2s;
Expand Down
20 changes: 20 additions & 0 deletions wp/wp-content/themes/tcs-responsive/i/banner-tco-design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions wp/wp-content/themes/tcs-responsive/i/banner-tco-develop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wp/wp-content/themes/tcs-responsive/ng-page-challenges.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class="ngHeaderCell" ng-header-cell>
<div class="colCh" ng-if="row.getProperty('challengeCommunity') !== 'data'">
<div>
<a ng-href="/challenge-details/{{row.getProperty('challengeId')}}/?type={{row.getProperty('challengeCommunity')}}" class="contestName">
<img alt="allContestIco" class="allContestIco" ng-src="{{images}}banner-{{contest.contestType == 'data' ? 'data' : row.getProperty('challengeCommunity')}}.svg">
<img alt="allContestIco" class="allContestIco" ng-src="{{images}}banner-{{row.getProperty('eventName') == 'tco16' ? 'tco-' : ''}}{{contest.contestType == 'data' ? 'data' : row.getProperty('challengeCommunity')}}.svg">
<span ng-cell-text>{{row.getProperty(col.field)}}</span>
<span class="track-symbol" qtip title="Challenge Type" text="{{row.getProperty('challengeType')}}" community="{{row.getProperty('challengeCommunity')}}">
{{getTrackSymbol(row.getProperty('challengeType')).toUpperCase()}}
Expand Down