我修改了一些ui-button
类的高度,但文本按钮仍然在它的底部。我怎样才能将它对齐到中间?
.ui-button {
display: inline-block;
position: relative;
padding: 0px;
margin-right: 0.1em;
cursor: pointer;
text-align: center;
overflow: visible;
// resize a bit the height
height: 20px;
}
vertical-align
没用。