Skip to content

Commit bf4310f

Browse files
committed
Merge pull request #257 from codebender/fix/new_relic_promo_ui
fix New Relic team promo UI problems - Bounty #440
2 parents bc00511 + c51baff commit bf4310f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/assets/stylesheets/jobs.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
margin-bottom: 60px;
1919

2020
.inside {
21-
height: 210px;
22-
padding: 60px 15px;
21+
height: 550px;
22+
padding: 60px 0px;
2323
width: 870px;
2424
margin: 0 auto;
25-
background: image-url("relic-tee.png") no-repeat right 102px;
25+
background: image-url("relic-tee.png") no-repeat right 160px;
2626
}
2727

2828
h1 {
@@ -60,6 +60,7 @@
6060
text-transform: uppercase;
6161
color: #fff;
6262
text-align: center;
63+
float: right;
6364

6465
&:hover {
6566
background: $green;

app/views/teams/_new_relic.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.relic-bar
22
.inside
33
%h1 Level up your wardrobe with this tee!
4-
%p Coderwall helps you level up your skills and New Relic helps you level up your app. Now when you try out New Relic for free, they'll send you this Coderwall tee.
54
%a.test-drive.track{:href => 'http://newrelic.com/sp/coderwall?utm_source=CWAL&utm_medium=promotion&utm_content=coderwall&utm_campaign=coderwall&mpc=PM-CWAL-web-Signup-100-coderwall-shirtpromo', 'data-action' => 'go get tee', :target => :new}
65
Get a free Coderwall tee
6+
%p Coderwall helps you level up your skills and New Relic helps you level up your app. Now when you try out New Relic for free, they'll send you this Coderwall tee.

0 commit comments

Comments
 (0)