Better look for payment page

This commit is contained in:
Laurent Destailleur 2012-03-10 01:06:22 +01:00
parent bcff85108e
commit f89d72ce7d
4 changed files with 40 additions and 15 deletions

View File

@ -1436,6 +1436,12 @@ div.titre {
text-decoration: none; text-decoration: none;
} }
#dolpaymenttable { width: 600px; font-size: 13px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
#tablepublicpayment tr.liste_total td { border-top: none; }
/* ============================================================================== */ /* ============================================================================== */
/* Formulaire confirmation (When Ajax JQuery is used) */ /* Formulaire confirmation (When Ajax JQuery is used) */

View File

@ -1636,9 +1636,16 @@ div.titre {
} }
#pictotitle { #pictotitle {
margin-right: 15px; margin-right: 15px;
} }
#dolpaymenttable { width: 600px; font-size: 13px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
#tablepublicpayment tr.liste_total td { border-top: none; }
/* ============================================================================== */ /* ============================================================================== */
/* Formulaire confirmation (When Ajax JQuery is used) */ /* Formulaire confirmation (When Ajax JQuery is used) */
/* ============================================================================== */ /* ============================================================================== */

View File

@ -1524,6 +1524,12 @@ div.titre {
margin-left: 20px; margin-left: 20px;
} }
#dolpaymenttable { width: 600px; font-size: 13px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
#tablepublicpayment tr.liste_total td { border-top: none; }
/* ============================================================================== */ /* ============================================================================== */
/* Formulaire confirmation (When Ajax JQuery is used) */ /* Formulaire confirmation (When Ajax JQuery is used) */

View File

@ -1720,6 +1720,12 @@ div.titre {
text-shadow: 2px 2px 4px #BFBFBF; text-shadow: 2px 2px 4px #BFBFBF;
} }
#dolpaymenttable { width: 600px; font-size: 13px; }
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; }
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
#tablepublicpayment tr.liste_total td { border-top: none; }
/* ============================================================================== */ /* ============================================================================== */
/* Formulaire confirmation (When Ajax JQuery is used) */ /* Formulaire confirmation (When Ajax JQuery is used) */