Pergunta

@haehn Hi Haehn

I'm using GWT with XTK. And I have been successful in using "min-height:100%" trick in the to get XTK going in the GWT app. Now everything is working, except the fact that the progress bar is positioned right below the black area.

In one of the posts you mentioned something about using position:relative to make it appear in the center of the black area. But that trick didnt help me in my case. Actually, I'm not quite sure if I followed your explanation properly in that post. A quick glance through the XTK code base didn't light any blubs either.

A little help here?

thanks

Foi útil?

Solução

There is a new way to define CSS for the progress bar: overload the CSS class xtk-progress-bar. Any style gets automatically applied to the progress bar.

Outras dicas

this is a tough one - you have to play with the css style. if you figure out the problem, please let us know!

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top