SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Who is online icon is not floated #18

Closed SethClydesdale closed 7 years ago

SethClydesdale commented 7 years ago

Topic on the forum : http://fmdesign.forumotion.com/t1277-imagine-in-statistics#29567

Description : When adding a who is online icon via pics management, the icon is not floated to the left like it should be. It appears this portion was missed during initial development of Forumactif Edge. The CSS snippet below needs to be added to the stylesheets in the next patch.

#i_whosonline {
  float:left;
  margin-right:6px;
}

#i_whosonline[src$="empty.gif"] { display:none; }
#wio_activity .txt-content > br:last-child { clear:both; }

Extra note : The icon may need to be floated to the right for RTL stylesheets. Keep that in mind.

SethClydesdale commented 7 years ago

This has been fixed and will be implemented in the next patch update.