in webos / enyo, you can set the style field of buttons like so:
var style_DONE = "color: #fff; background-color: #2A4754; width: 92px"
here, i only set the width, and the height is taken care of by VFlexBox, and changes depending on the orientation(landscape/portrait) of the device.
How do i manually specify different sizes based on orientation?