Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Avatar/Smiley size
Pages: [1]   Go Down
  Print  
Author Topic: Avatar/Smiley size  (Read 6453 times)
0 Members and 1 Guest are viewing this topic.
d3vlabs
Newbie
*

Karma: 0
Offline Offline

Posts: 5


Email
« on: November 15, 2008, 10:20:38 »

currently,
Code:
?>
<style>
ul.jclist<?php echo $params->get('moduleclass_sfx');?> img {
width: 32px;
height: 32px;
}
</style>
<?php

is used in the mod_jcomments module to size the avatar. while this sizes the avatar, since it uses the img tag it also affects the smileys display in the module. so you can end up with wrong size smileys.

i imagine this can be fixed if the avatar output would be assigned a unique css property.
Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #1 on: November 15, 2008, 16:04:53 »

But you can specify style for smiles:

Code: (css)
ul.jclist .jcl_comment img { width: auto; height: auto; }

I think it can fix described problem...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Avatar/Smiley size
 
Jump to: