Skip to content

Commit

Permalink
PMOX-100 cc-cvc input, cc-month/year styling, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enesf committed Jul 25, 2014
1 parent 5631ebb commit 9df6fae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/paymill/out/blocks/paymill_select_payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<strong class="pmTooltipRight">[{ oxmultilang ident="PAGE_CHECKOUT_PAYMENT_CC_TOOLTIP" }]</strong>
</span>:
</label>
<input id="paymillCardCvc" class="paymill_input card-cvc span1" type="password" autocomplete="off" size="4" value="[{$paymillCcCvc}]"/>
<input id="paymillCardCvc" class="piazure paymill_input card-cvc span1" type="password" autocomplete="off" size="4" value="[{$paymillCcCvc}]"/>
</div>
<div class="controls controls-row">
<label class="card-holdername-label">[{ oxmultilang ident="PAGE_CHECKOUT_PAYMENT_HOLDERNAME" }]:</label>
Expand Down
2 changes: 1 addition & 1 deletion modules/paymill/out/lang/de/paymill_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"PAGE_CHECKOUT_PAYMENT_MONTH_OCT" => "Oktober",
"PAGE_CHECKOUT_PAYMENT_MONTH_SEP" => "September",
"PAGE_CHECKOUT_PAYMENT_MONTH_NOV" => "November",
"PAGE_CHECKOUT_PAYMENT_MONTH_DEC" => "Dezemper",
"PAGE_CHECKOUT_PAYMENT_MONTH_DEC" => "Dezember",
"PAYMILL_VALIDATION_CARDNUMBER" => "Bitte geben Sie eine g&uuml;ltige Kreditkartennummer ein.",
"PAYMILL_VALIDATION_ACCOUNTNUMBER" => "Bitte geben Sie eine g&uuml;ltige Kontonummer ein",
"PAYMILL_VALIDATION_BANKCODE" => "Bitte geben Sie eine g&uuml;ltige Bankleitzahl an",
Expand Down
28 changes: 21 additions & 7 deletions modules/paymill/paymill_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,30 @@
margin-bottom: 10px;
}

.card-expiry-month, .card-expiry-year
{
width: 70px;
}

.card-expiry-month
{
margin-right: 6px;
width: 110px;
}

.card-expiry-year
{
margin-left: 6px;
}

.card-expiry-month, .card-expiry-year
{
width: 90px;
#paymillCardCvc.piazure {
background: none repeat scroll 0 0 #fff;
border: 1px solid #8c8989;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
height: 15px;
line-height: 14px;
padding: 1px 5px;
}

ul#paymill_brands li {
Expand Down Expand Up @@ -102,6 +113,11 @@ ul#paymill_brands li {
background: url('image/32x20_maestro.png') no-repeat center right !important;
}

.paymill-card-number-carte-bleue
{
background: url('image/32x20_unionpay.png') no-repeat center right !important;
}

.paymill-card-number-diners-club
{
background: url('image/32x20_dinersclub.png') no-repeat center right !important;
Expand Down Expand Up @@ -149,8 +165,6 @@ ul#paymill_brands li {
background: #636363;
}



/*
Paymill Admin Installmenu
*/
Expand Down Expand Up @@ -180,7 +194,7 @@ ul#paymill_brands li {
/**
* Tooltip
*/
.pmTooltip, .pmTooltipClick {
.pmTooltip {
position: relative !important;
display: inline-block;
}
Expand Down Expand Up @@ -216,4 +230,4 @@ ul#paymill_brands li {

.pmTooltip:hover > .pmTooltipRight {
display: block;
}
}

0 comments on commit 9df6fae

Please sign in to comment.