widening CC number box, rounding all corners on error display [#36797599]

pull/1/head
Andromeda Yelton 2012-10-12 14:23:54 -04:00
parent e155165eb2
commit f98fc0b7a6
2 changed files with 7 additions and 2 deletions

View File

@ -270,7 +270,8 @@ span.menu-item-price {
#authorize div.innards input:disabled {
border-color: white;
}
#authorize div.innards input.address {
#authorize div.innards input.address,
#authorize div.innards input#card_Number {
width: 61%;
}
#authorize div.innards label {
@ -305,6 +306,9 @@ span.menu-item-price {
font-weight: bold;
font-size: 13px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
width: auto;
margin: auto;
}

View File

@ -213,7 +213,7 @@ span.menu-item-price {
border-color: white;
}
&.address {
&.address, &#card_Number {
width: 61%;
}
}
@ -243,6 +243,7 @@ span.menu-item-price {
.payment-errors {
display: none;
.errors;
.one-border-radius(16px);
width: auto;
margin: auto;
}