Hi,
in the comment.module file the function:
theme_comment_thread_expanded($comment)

has hardcoded:
style="margin-left"

so, for instance, every RTL theme would have to override this function.

I think styling should be left outside the code & left for the CSS to handle.

attached the easy solution for overriding the function.

CommentFileSizeAuthor
comment_thread_collapsed.tpl.php.txt124 bytesmtk

Comments

killes@www.drop.org’s picture

Version: 4.7.3 » x.y.z
Category: task » feature

We try to avoid breaking people's themes during the release cycle, moving to CVS.

ax’s picture

Category: feature » bug

for the reasons mentioned in the issue, this is a bug. marking so.

magico’s picture

Status: Active » Fixed

This hard coded CSS no longer exists on HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)