Skip to content

Commit

Permalink
Make form field placement better in Hathor
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 13, 2013
1 parent fdac198 commit b57c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_social_slider/fields/jquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function getInput()
{
if (version_compare(JVERSION,'3.0.0','ge'))
{
return '<p style="float:left">' . JText::_('JJ_SOCIAL_SLIDER_NOJQUERY_30') . '</p>';
return '<p style="float:left;margin:0;">' . JText::_('JJ_SOCIAL_SLIDER_NOJQUERY_30') . '</p>';
}
else
{
Expand Down

0 comments on commit b57c4c9

Please sign in to comment.