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

fixed appirio-tech/topcoder-app/issues/971 added new listings link #473

Merged
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
5 changes: 5 additions & 0 deletions src/css/style-challenges.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
padding: 0;
}

.header-container .listings {
line-height: 18px;
font-size: 16px;
}

body, #wrapper {
min-width: 1024px !important;
}
Expand Down
1 change: 1 addition & 0 deletions wp/wp-content/themes/tcs-responsive/ng-page-challenges.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function add_base_url() {
<span class="subscribeTopWrapper">
<a class="feedBtn" ng-href="http://feeds.topcoder.com/challenges/feed?list=active&contestType={{contest.contestType || 'all'}}" title="Subscribe to challenges"></a>
</span>
<div><a href="/listings" class="listings">Get a glimpse of the new challenge listing page <sup>(alpha version)</sup></a></div>
</header>
</div>

Expand Down