Committer: egeraskin
LJSUP-10988: Add position and social capital to user profileU trunk/htdocs/stc/profile.css U trunk/htdocs/userinfo.bml
Modified: trunk/htdocs/stc/profile.css =================================================================== --- trunk/htdocs/stc/profile.css 2012-02-07 14:44:54 UTC (rev 21119) +++ trunk/htdocs/stc/profile.css 2012-02-07 15:04:13 UTC (rev 21120) @@ -167,6 +167,12 @@ padding: 0; list-style-type: none; } + .rating-details .helplink { + border-bottom: 0; + } + .rating-details .helplink:hover { + border-bottom: 0; + } .rating-details LI { padding: 0 0 5px 0; } @@ -174,7 +180,6 @@ margin-right: 4px; vertical-align: bottom; } - .details_links { padding: 12px 0 10px 0; overflow: hidden; Modified: trunk/htdocs/userinfo.bml =================================================================== --- trunk/htdocs/userinfo.bml 2012-02-07 14:44:54 UTC (rev 21119) +++ trunk/htdocs/userinfo.bml 2012-02-07 15:04:13 UTC (rev 21120) @@ -676,8 +676,8 @@ "</li>" . "<li class='rating-social-capital'>" . $soc_image . - LJ::Lang::ml('ljcom.userinfo.social_capital',{soc_capital => LJ::commafy(int($position->{result}->{value}/1000))}) . - "<a href='http://www.livejournal.com/admin/faq/faqedit.bml?id=359'> " . LJ::help_icon_html("profile_faq") . "</a>" . + LJ::Lang::ml('ljcom.userinfo.social_capital',{soc_capital => LJ::commafy(int($position->{result}->{value}/1000))}) . ' ' . + LJ::help_icon_html("profile_faq") . "</li>" . "</ul>"; }