call-me-aishmael
Version:
CW Dummy Test
56 lines (45 loc) • 1 kB
CSS
.IBMChat-creditcard-container {
margin-top: 1em;
padding: 1em 1.5em 1em 1.5em;
width: 240px;
}
.IBMChat-creditcard-container fieldset {
border:none;
margin:0;
padding:0;
}
.IBMChat-creditcard-row {
padding-bottom: 1em;
}
.IBMChat-creditcard-row input[name="cc_full_name"], .IBMChat-creditcard-row input[name="cc_number"] {
width: 100%;
}
.IBMChat-creditcard-row input[name="cc_exp_date_month"] {
max-width: 32px;
}
.IBMChat-creditcard-row input[name="cc_exp_date_year"], .IBMChat-creditcard-row input[name="cc_code"] {
max-width: 64px;
}
.IBMChat-creditcard-col {
display: inline-block;
}
.IBMChat-creditcard-col:nth-child(2) {
padding-left:1.5em;
}
.IBMChat-creditcard-buttons:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.IBMChat-creditcard-buttons button {
width: 95px;
float: left;
text-overflow: clip;
}
.IBMChat-creditcard-buttons button:last-child {
float: right;
text-overflow: clip;
}