Vertically Center the text and image in a list of buttons
Hello,
I have inserted a list of buttons with custom images. I've done the buttons list wider have vertically, but when I do this, the text and images are at the top of each button. How can I Center each image and text vertically?
I introduce this code:
.ui-page .ui-li .ui-li-thumb, .ui-page .ui-li .ui-li-icon {
max-height: 38px;
max-width: 40x;
}
.ui-page .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-page .ui-li-static.ui-li-has-thumb {
min-height: 40px;
}
.ui-page .ui-li-has-thumb .ui-link-inherit {
padding: 0px 60px !important;
}
.ui-page .ui-li-has-thumb .ui-link-inherit .ui-li-heading {
margin-top: 5px !important;
}
A greeting!!