Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
Browse files Browse the repository at this point in the history
…EW_Show_Region_in_company_info_&_Global_option_to_show_state_code_MAIN_SHOW_STATE_CODE
  • Loading branch information
ruistrecht-alt committed Sep 20, 2017
2 parents 9fc8012 + 1d6213e commit 9f7ef74
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion htdocs/public/payment/newpayment.php
Expand Up @@ -602,7 +602,7 @@
// Output payment summary form
print '<tr><td align="center">';
print '<table with="100%" id="tablepublicpayment">';
print '<tr class="liste_total"><td align="left" colspan="2">'.$langs->trans("ThisIsInformationOnPayment").' :</td></tr>'."\n";
print '<tr><td align="left" colspan="2" class="opacitymedium">'.$langs->trans("ThisIsInformationOnPayment").' :</td></tr>'."\n";

$found=false;
$error=0;
Expand Down
Binary file added htdocs/theme/common/cheque.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 9 additions & 17 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -344,48 +344,40 @@
vertical-align: middle;
}
input.buttonpayment {
width: 300px;
min-width: 280px;
margin-bottom: 15px;
background-image: none;
line-height: 24px;
padding: 8px;
background: none;
border: 2px solid #666666;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
background-size: 26px;
background-repeat: no-repeat;
background-position: 5px 5px;
background-position: 2px 11px;
}
input.buttonpaymentcheque {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/cheque.png',1) ?>);
background-repeat: no-repeat;
background-position: 8px 7px;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
background-size: 24px;
background-repeat: no-repeat;
background-position: 5px 4px;
}
input.buttonpaymentcheque {
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
background-repeat: no-repeat;
background-position: 5px 4px;
background-position: 2px 8px;
}
input.buttonpaymentpaypal {
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
background-repeat: no-repeat;
background-position: 8px 7px;
background-position: 8px 11px;
}
input.buttonpaymentpaybox {
background-image: url(<?php echo dol_buildpath($path.'/paybox/img/object_paybox.png',1) ?>);
background-repeat: no-repeat;
background-position: 8px 7px;
background-position: 8px 11px;
}
input.buttonpaymentstripe {
background-image: url(<?php echo dol_buildpath($path.'/stripe/img/object_stripe.png',1) ?>);
background-repeat: no-repeat;
background-position: 8px 7px;
background-position: 8px 11px;
}
/* Used by timesheets */
span.timesheetalreadyrecorded input {
Expand Down Expand Up @@ -3147,7 +3139,7 @@
/* text-shadow: 1px 1px 2px #FFFFFF; */
}

#dolpaymenttable { width: 600px; font-size: 13px; }
#dolpaymenttable { max-width: 600px; font-size: 16px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
Expand Down
6 changes: 4 additions & 2 deletions htdocs/theme/md/style.css.php
Expand Up @@ -341,11 +341,13 @@
vertical-align: middle;
}
input.buttonpayment {
width: 300px;
min-width: 280px;
margin-bottom: 15px;
background-image: none;
line-height: 24px;
padding: 8px;
background: none;
border: 2px solid #666666;
}
input.buttonpaymentcb {
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
Expand Down Expand Up @@ -3237,7 +3239,7 @@
<?php print (empty($conf->dol_optimize_smallscreen)?'':'margin-top: 4px;'); ?>
}

#dolpaymenttable { width: 600px; font-size: 13px; }
#dolpaymenttable { max-width: 600px; font-size: 16px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
Expand Down

0 comments on commit 9f7ef74

Please sign in to comment.