Coupon/Offers Button Width...
Hello,
How can I get the Coupon/Offer buttons width to adjust (with left/right padding) automatically depending on the button text? At the moment the buttons span the full width of the div they are contained in which doesn't look right with the 'Redeem Offer' button text. I have included the css below.
******************
.btn,
.order-gateway input[type="submit"] {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
display:inline-block;
color:#ffffff;
font-size:16px;
padding:10px 25px;
text-decoration:none;
text-transform:none;
background:#19AACF;
font-weight:normal;
border:medium none;
font-family:Helvetica, Arial, sans-serif;
cursor
ointer;
}
*************
Thanks,
James