Jump to content

Firefox 3 bug on all skins


Recommended Posts

Posted

With the release of Firefox 3, there is a bug with all skins (default and custom) for IPB.

If you're using the full reply, you'll notice the emoticons table on the side may be quite thin. To fix it, browse to this file with FTP: style_images/<#IMG_DIR#>/folder_editor_images/css_rte.css

Find (around line 27 or so):

.rte-option-panel
{
display: none;
float: left;
text-align: center;
margin-bottom: 5px;
}

Remove the float, so it looks like:

.rte-option-panel
{
display: none;
text-align: center;
margin-bottom: 5px;
}

Save and re-upload, and you're good to go. ;)

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...