views:

38

answers:

1

Hi,

I am using jquery modal dialog, but the look of the dialog is other than the the look of the dialog example. jquery ui is included and enabled. any ideas?

alt text

A: 

It looks like font-size problem. Try to include this line in your page style sheet:

body{ font-size: 60% }
Branimir
ok, now the dialog looks fine, but every other text on my page is too small now^^
ArtWorkAD
You need to edit css files. Decrease font size in jquery dialog template or increase font size in your page css for all elements except for body. It's up to you.
Branimir