Closed (fixed)
Project:
ImageField
Version:
5.x-2.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 01:00 UTC
Updated:
29 Mar 2009 at 08:50 UTC
The input form displays a scroll bar in IE7, which partially hides the Upload button when field is set to allow multiple uploads. This can be easily resolved by changing the following CSS:
div.imagefield-edit-image-detail input.form-text {
width: 99%;
}Change the width from 99% to 98% and all is good. This fix applies to Drupal 5.x, ImageField 2.1, CCK 1.7 when using Title and/or Alt text input fields. Tiny fix but worth it for the interface improvement.
Comments
Comment #1
quicksketchThanks, fixed.