* deal with too-few tracks on landing page, and the 3rd CTA bubble clipping off text

This commit is contained in:
Seth Call 2015-09-04 20:43:15 -05:00
parent 0076f0205a
commit 6d010a561b
2 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,7 @@
helpBubble.jamtrackLandingCta = function($element, $alternativeElement) {
if (!$alternativeElement || $element.visible()) {
context.JK.prodBubble($element, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['top', 'right'], width:240}))
context.JK.prodBubble($element, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['top', 'right'], width:260}))
}
else if($alternativeElement) {
context.JK.prodBubble($alternativeElement, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['right']}))

View File

@ -31,6 +31,7 @@ body.web.landing_jamtrack.individual_jamtrack {
.row:nth-of-type(2) {
margin-top:30px;
position:relative;
min-height:250px;
}
.row .column:nth-of-type(1) {