Guys,
I have a form which has a grid of child records on a tab.
With no operations defined, the grid height is fine. When I add a menu with a dropdown of actions that can be performed on the record in each grid row, the height of the grid row increases (to accommodate the button). I'd like to reduce the size (height and text size) on the menu buttons, but can't find a way via the UI.
A search of the forum suggested that if I create a custom css file with the following code, and put the file into the Custom/css folder, the button height should reduce.
.aw-link.k-button.aw-link-no-text {
height: 1.5em!important;
}
Not being technical, I don't know anything about css. I assumed that if I restarted AwareIM, it would pick up the custom css file and I'd see a reduced height on my grids. But that didn't happen.
Any thoughts on what else I need to do to sort this out?
Thanks.