Combo in Toolbar not centered

Hi,

I added a combo in a toolbar but i didn’t expected the displayed result. You can find the attached demo to see the result.

Can you tell me how to deplace the combo for a better visual result ?

Thx.
demo.zip (1.35 KB)

Hi
If you have 3.0 - you need to apply the next style:

.dhx_toolbar_base_dhx_skyblue div.dhx_toolbar_text { margin-top: 3px !important }

If you have 3.5 - you need to apply the next style:

.dhx_toolbar_base_18_dhx_skyblue div.dhx_toolbar_text { margin-top: 3px !important }

And you need to do the next (i’ve modified your line):

toolbar_exercice.addText("text", 0, "<div style='margin-top: 3px'>Exercice Comptable</div>");