From f89d72ce7da2bd257c43f1748af996016aee9726 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Mar 2012 01:06:22 +0100 Subject: [PATCH] Better look for payment page --- htdocs/theme/auguria/style.css.php | 10 +++++++-- htdocs/theme/bureau2crea/style.css.php | 9 +++++++- htdocs/theme/cameleo/style.css.php | 6 ++++++ htdocs/theme/eldy/style.css.php | 30 +++++++++++++++----------- 4 files changed, 40 insertions(+), 15 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index b1e3e622902..9d0a32808ae 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1291,7 +1291,7 @@ border: 0px; } */ -/* Disable shadows */ +/* Disable shadows */ .noshadow { -moz-box-shadow: 0px 0px 0px #CCC !important; -webkit-box-shadow: 0px 0px 0px #CCC !important; @@ -1436,6 +1436,12 @@ div.titre { 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) */ @@ -1515,7 +1521,7 @@ table.dp { border-bottom: solid 1px #222222; padding: 0px; border-spacing: 0px; - border-collapse: collapse; + border-collapse: collapse; } .dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;} /* Barre titre */ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index fb590a6b42c..c67c2b789e8 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1636,9 +1636,16 @@ div.titre { } #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) */ /* ============================================================================== */ diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 7c44cfbd313..e0557e7565e 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1524,6 +1524,12 @@ div.titre { 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) */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 928e413ab48..e6158dfb294 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1370,29 +1370,29 @@ td.border { table.noborder, table.formdoc { width: 100%; - + border-collapse: separate !important; border-spacing: 0px; - + border-right-width: 0px; border-right-color: #DDDDDD; border-right-style: solid; - + border-left-width: 1px; border-left-color: #DDDDDD; border-left-style: solid; - + border-bottom-width: 1px; border-bottom-color: #DDDDDD; border-bottom-style: solid; - + margin: 0px 0px 2px 0px; /*padding: 1px 2px 1px 2px;*/ - + -moz-box-shadow: 4px 4px 4px #CCC; -webkit-box-shadow: 4px 4px 4px #CCC; box-shadow: 4px 4px 4px #CCC; - + -moz-border-radius: 0.2em; -webkit-border-radius: 0.2em; border-radius: 0.2em; @@ -1400,11 +1400,11 @@ table.noborder, table.formdoc { table.noborder tr { border-top-color: #FEFEFE; - + border-right-width: 1px; border-right-color: #BBBBBB; border-right-style: solid; - + border-left-width: 1px; border-left-color: #BBBBBB; border-left-style: solid; @@ -1518,7 +1518,7 @@ tr.liste_total td { background: -moz-linear-gradient(bottom, rgb() 85%, rgb() 100%); background: -webkit-linear-gradient(bottom, rgb() 85%, rgb() 100%); background: -ms-linear-gradient(bottom, rgb() 85%, rgb() 100%); - + font-family: ; border: 0px; margin-bottom: 1px; @@ -1538,7 +1538,7 @@ tr.liste_total td { background: -moz-linear-gradient(bottom, rgb() 85%, rgb() 100%); background: -webkit-linear-gradient(bottom, rgb() 85%, rgb() 100%); background: -ms-linear-gradient(bottom, rgb() 85%, rgb() 100%); - + font-family: ; border: 0px; margin-bottom: 1px; @@ -1551,7 +1551,7 @@ tr.liste_total td { } */ -/* Disable shadows */ +/* Disable shadows */ .noshadow { -moz-box-shadow: 0px 0px 0px #CCC !important; -webkit-box-shadow: 0px 0px 0px #CCC !important; @@ -1720,6 +1720,12 @@ div.titre { 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) */