Committer: sboronchiev
LJSUP-12032: Display social capital in the contextual hoverU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2012-05-04 12:11:52 UTC (rev 21887) +++ trunk/htdocs/stc/lj_base.css 2012-05-04 13:16:43 UTC (rev 21888) @@ -3268,10 +3268,23 @@ line-height: 16px; font-size: 12px; } - .b-contextualhover .soc_cap IMG{ + .b-contextualhover .soc_cap{ + line-height: 17px; + } + .b-contextualhover .soc_cap .b-icon{ + float: left; + width: 16px; + height: 16px; margin:0 2px 0 0; - vertical-align: bottom; + background-image: url(/img/icon-social-capital.png); + background-repeat: no-repeat; } +.b-icon-social-capital { + background-position: 0 50%; + } + .b-icon-social-capital-first { + background-position: -17px 50%; + } .b-contextualhover .input-checkbox { margin-right: 2px; vertical-align: middle;