I have added a File Upload component within a wrapper (with a unique ID) so I can apply style to just the button generated by the component. I want to set the text within the button to be aligned vertical-align: middle; instead of top which is what it is inheriting from somewhere.
My CSS looks like this:
#[mywrapperId] .ui-button-text-icon-primary {
width: 300px;
height: 80px;
vertical-align: middle;
}
Everything seems to work except the vertical-align piece.
Would also like to change the size of the text and the size of the icon.
Can this be done?
Question
SKUID File Upload Button (vertical-align)
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
