width of checkbox (boolean) popup in dtInPlaceEdit

7 views
Skip to first unread message

Herbie

unread,
Sep 23, 2010, 12:02:43 PM9/23/10
to inputex
Hello

I'm using a dtInPlaceEdit table with a checkbox (boolean) type and the
german environment. unfortunately the text of the buttons (see
http://aulac.thinx.ch/tmp/shot1.png) is rendered ugly. Any chance to
solve that?

Thanks for helping & best regards
Herbie

Eric Abouaf

unread,
Sep 24, 2010, 2:42:20 PM9/24/10
to inp...@googlegroups.com
If you can inspect the DOM with a DOM inspector ( firebug ? ), maybe setting the width of the buttons to "auto" should work...

Let us know if you find a fix...


--
You received this message because you are subscribed to the Google Groups "inputex" group.
To post to this group, send email to inp...@googlegroups.com.
To unsubscribe from this group, send email to inputex+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/inputex?hl=en.




--
Eric Abouaf
eric....@gmail.com
Tél: 06 29 86 37 89

Herbie

unread,
Sep 24, 2010, 3:48:43 PM9/24/10
to inputex


On 24 Sep., 20:42, Eric Abouaf <eric.abo...@gmail.com> wrote:
> If you can inspect the DOM with a DOM inspector ( firebug ? ), maybe setting
> the width of the buttons to "auto" should work...
>
> Let us know if you find a fix...

Hi Eric,

Yes, great! overwriting the following css declaration fixes the
problem:

.yui-dt-editor .yui-dt-button button {
width: auto;
}


Gracias
Reply all
Reply to author
Forward
0 new messages