Page 1 of 1

Facing various issues in UI

Posted: Wed Sep 11, 2013 8:45 pm
by supriya hirurkar

Hello,I am facing following issues and I need your help.

  • I need to change the look and feel of several pages in my app. Web-resources appears to be creating the editable source just for the start-screen. Please help me on that.

  • There is a huge difference between how the app looks in the editor and it is displayed while testing. I put the border-thickness 1 for all my grid components but while testing there is no border.

  • In my 2X 2 grid(all labels), I have put the left labels to extreme left and right labels on extreme right but when I test , their positions are messed up. I tried everything to make it look right, including setting margin properties but no use.

    Attaching the snapshot of the editor and test window with border 1 and labels
    Image Image


Facing various issues in UI

Posted: Wed Sep 11, 2013 9:42 pm
by Alena Prykhodko

Hello!

You need to add custom CSS and JS assets on each page of app.
Use different class names (Properties- Class Name) for components on different pages to get specific appearance.

If you changed border-thickness of Grid with CSS, it will change values that are set up in Editor.

To align text (left/right) check dimensions in Editor, likely there are width "auto", change it as you need.


Facing various issues in UI

Posted: Wed Sep 11, 2013 11:02 pm
by supriya hirurkar

Thanks!