(sorry for the traffic)
There is also another option for the hint-width:
To keep the 'width' css-declaration and add:
width: 200px;
white-space: normal;
Personally, i find this one a more pleasant effect.
Kostis
On Tue, Mar 30, 2010 at 1:54 PM, Kostis Anagnostopoulos
<ank...@gm...> wrote:
> I have noticed minor appearence glitch,
> that on long hints, the background box's width is limited, and as a re3sult,
> the text splis-out to the left.
>
> The cause of this is a 'width: 200px' css declaration on the
> hint-value's css rule.
>
> Reported against:
> - rev372
> - all browsers
>
> If this is indeed a bug,
> the following patch would fix the problem:
>
> Index: trunk/src/css/icones.css.xml
> ===================================================================
> --- src/css/icones.css.xml (revision 371)
> +++ src/css/icones.css.xml (working copy)
> @@ -43,7 +43,6 @@
> background-color : #ffffee;
> position : absolute;
> border : black 1px solid;
> - width : 200px;
> margin-top : 16px;
> margin-left : -16px;
> padding : 5px;
>
>
>
> Regards,
> Kostis Anagnostopoulos
>
|