blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Removed padding of menu bar item in BB10 #1030

Open gabmontes opened 10 years ago

gabmontes commented 10 years ago

When adding captions to the items in a screen menu, the text is too low, almost getting of the menu.

img_00000006

In the CSS rule .bb-menu-bar-item-caption at src/bb10/css/bbUI.css#L653 the captions is given 10px of padding at the top and that is pushing the text down.

Removing the padding fixes the position of the captions:

img_00000004