Committer: skomarov
LJSUP-7029: There is no reference to the FAQ ("Telephone number")U trunk/htdocs/manage/profile/index.bml U trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/manage/profile/index.bml =================================================================== --- trunk/htdocs/manage/profile/index.bml 2010-10-01 09:33:18 UTC (rev 17486) +++ trunk/htdocs/manage/profile/index.bml 2010-10-01 09:53:05 UTC (rev 17487) @@ -540,7 +540,7 @@ my (undef, $country) = LJ::GeoLocation->ip_class; $ret .= '<br /><span class="helper">' . $ML{'.section.textmsg.example_us'} . '</span></li>' if $country eq 'US'; $ret .= '<br /><span class="helper">' . $ML{'.section.textmsg.example_ru'} . '</span></li>' if $country eq 'RU'; - $ret .= '<li class="b-manage-smsn-status"><i class="i-manage-smsn-icon"></i><span class="i-bubble b-bubble-lite"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><span>' . $ML{'.section.textmsg.info'} . ' </span> <i class="help-icon">' . LJ::help_icon('sms_notification') . '</i> </span></li>'; + $ret .= '<li class="b-manage-smsn-status"><i class="i-manage-smsn-icon"></i><i class="help-icon">' . LJ::help_icon('sms_notification') . '</i><span class="i-bubble b-bubble-lite"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><span>' . $ML{'.section.textmsg.info'} . ' </span></span></li>'; $ret .= "<li class='b-manage-smsn-btn'><input type='button' name='sendsms' value='$ML{'.section.textmsg.button'}' disabled='disabled' /></li>"; $ret .= '</ul>'; $ret .= "</td></tr>\n"; Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2010-10-01 09:33:18 UTC (rev 17486) +++ trunk/htdocs/stc/lj_base.css 2010-10-01 09:53:05 UTC (rev 17487) @@ -1047,14 +1047,6 @@ padding: 0; list-style: none; } -.b-manage-smsn:after { - content: ""; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; - } .b-manage-smsn-hide { } .b-manage-smsn LI { @@ -1085,7 +1077,7 @@ .b-manage-smsn .b-manage-smsn-status .help-icon { position: absolute; top: 8px; - right: -25px; + right: 0; } .b-manage-smsn .b-manage-smsn-status .help-icon A { border: none;