Hello! I'd like some help with adjusting the repcontrols in my fieldsets. Specifically I want to adjust the vertical alignment of the text in the add and edit controls. No matter what I try, I can't get it to work. <vertical-align> does nothing, <padding> also doesn't seem to do anything. I can't get the text to align properly in the box of the fieldset buttons. .charsheet .repcontrol_add, .charsheet .repcontrol_edit, .charsheet .repcontrol_del, .charsheet .repcontrol_move{ background: #fae6c8;
color: #204060;
box-shadow: none;
font-size: 0.9em;
height: 1.8em;
vertical-align: middle; } This is the resulting edit button: As you can see, the text isn't vertically aligned in the middle. Can anyone tell me how to accomplish this?