More on style sheet issue

I had a go at your suggestion of
“You can try to use Wordpress package CSS files, they should include some CSS reset for Scheduler (wordpress.org/extend/plugins/eve … scheduler/).”
But it’s not that straight forward to figure that all out.

As mentioned, I made a quick mod to the .js file and it works, however as you point out, that is probably not the best approach.

Essentially all I want to do is to apply a display:inline and width:auto to the fields in the Repeat event and Time period boxes of the lightbox. I’m making the bold assumption that I might be able to get away with just setting that up in the main non dhtmlxscheduler css file by applying that to the id or class selectors related to the fields/boxes in the lightbox. I would just need to have the class/id selector names.
Would you be able to supply those?
Thanks in advance,
Irv

Hello,

You can look up structure along with CSS class named, ids and applied styles in Firebug / Developer Tools in your browser.

Best regards,
Ilya