
Originally Posted by
netemp
Thanks for sharing the theme.
It worked wonderfully with versions upto 4.0.7, but when we migrated to 4.1 version then many strange things happened with the theme, for example, message boxes started appearing very wide and also fields width in forms got reduced.
Is the transition from 4.0.7 to 4.1 is not smooth considering theming?
I have the same issues with message box size. I also have box shadows being off by 40 or so px sometimes. Message boxes also have the wrong z-index. They will show up behind other windows rather on top.
To fix the form fields, I was able to track this fix down and put it in my own CSS
Code:
.x-form-item-body { float: none;
}