Strange Element Rendering In WC

Hey Folks,

Don’t know if anyone has seen this issue before - but it’s really stumping me.

I have a customer who has a local install of an application that I designed. In list views I use a little chevron (icon on a label) to drill down into the detail or select a row. It’s always the first item on the form (in layering as well as physically) and I use it on literally 30-50 forms.

[attachment=1]arrows_correct.jpg[/attachment]

In the SMART Client - it renders correctly.

In the WEB Client - it renders in the CENTER of the row.

[attachment=0]arrows_incorrect.jpg[/attachment]

There are NO anchors on the object (just the default TOP, LEFT).
It’s the first item on the form
The label is set to “horzontalAlignment” = CENTER

NOW - it gets even MORE strange. I’m running 7.3.1 on Java 1.7.0_51 - and everything renders FINE.
HE is running 7.4.1 - and I had him downgrade Java 1.7.0_60 to 1.7.0_61 - but he still sees the error.
I can run 7.4.1 on Java 1.7.0_51 and it renders FINE for me.

Does ANYONE have ANY other ideas?? :shock:

horzontalAlignment" = CENTER. Looks like this is moving up the priority stack when everything is translated to css. I would fiddle around with other layout/style options.

Thanks David - this has just been RESOLVED:

The customer put the css folder into the root level of the servoy-webclient directory - NOT in the servoy-webclient/templates directory!

I WAS GOING NUTS!!

Thanks for weighing in!