Bug #8 - Clickable Smilies Box Width Errors - Return to bug list
Reporter: ****** Created: 12-07-2003
Project: Priority:
Component: Severity:
Version: OS:
To be Closed in Version Database:
Closed in Version Reported on Site
Summary: Status:
URL: Resolution:
Assigned To: Add CC:
Dependencies:
Add Dependency:
Remove Dependency:

Remove selected CCs:
Additional Comments:



You must be logged in to modify this bug
Attachments: Create Attachment
Name Size Type Created  
No attachments


Comments:
Posted By: ******
Date: 10:59 AM On 12-07-2003
In 1.1.1, the clickable smilies box is sometimes much wider than it should be, and it will oftentimes go *under* the textbox. Refreshing will often fix the problem, but it is still an annoyance.

Posted By: ******
Date: 11:02 AM 12-07-2003
Fixed in 1.1.2 by adding a hard-coded width to it. To fix in 1.1.1, open functions.inc.php, and find this line:

<div style="margin: 15px;text-align: left;">

And replace it with this line:

<div style="margin: 15px;text-align: left; width:70px;">