Inconsistent Button Sizes - in Popup Search

Hi All

In all Popup Search - the clear button is smaller than the Submit button - where can I verify sizes or is this a Lyout problem

See attached screenshot

Yes, thats not very nice…

These buttons should be controled in Style.css, you have made customizations?

Line 3212
.button, input [type = submit], input [type = button] {
background-color: # 3C8DBC;
border: none;
color: #fff;
cursor: pointer;
font-size: 1.1em! important;
margin: 2px;
padding: 5px 5px 8px 8px;

1 Like

For some reason my padding was padding: 5px 8px 5px 8px;

Now all fixed thanks