cancel
Showing results for 
Search instead for 
Did you mean: 

Change default button size in HWC app.

midhun_vp
Active Contributor
0 Kudos

Hi,

How to change the default size of the button in a hybrid web container application in an Ipad?

I have a requirement to increase the size of the button in Hybrid web container application in an Ipad.

Any solutions?

Thanks

Midhun VP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Midhun,

You can do this by using the CSS attributes 'padding-top' and/or 'padding-bottom'

Use both the attributes with same value so that the label will be centered vertically.

1. Create a custom CSS file.

2. Identify the style class used by your button by opening the file workflow_jQueryMobileLookAndFeel.html.

3. Create the same class in your custom CSS file and add the attributes I mentioned above.

Regards,

Guru.

midhun_vp
Active Contributor
0 Kudos

Guru,

I am new to Hybrid web container . So please elaborate your answer.

I have following questions:

1.Inside which folder I have to create the custom.css file.

2. can you give a sample demo , lets say button name is "approve"

Thanks

Midhun VP

Answers (0)