Skip to content

Commit

Permalink
Better look for payment page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 10, 2012
1 parent bcff851 commit f89d72c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 15 deletions.
10 changes: 8 additions & 2 deletions htdocs/theme/auguria/style.css.php
Expand Up @@ -1291,7 +1291,7 @@
}
*/

/* Disable shadows */
/* Disable shadows */
.noshadow {
-moz-box-shadow: 0px 0px 0px #CCC !important;
-webkit-box-shadow: 0px 0px 0px #CCC !important;
Expand Down Expand Up @@ -1436,6 +1436,12 @@
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) */
Expand Down Expand Up @@ -1515,7 +1521,7 @@
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 */
Expand Down
9 changes: 8 additions & 1 deletion htdocs/theme/bureau2crea/style.css.php
Expand Up @@ -1636,9 +1636,16 @@
}

#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) */
/* ============================================================================== */
Expand Down
6 changes: 6 additions & 0 deletions htdocs/theme/cameleo/style.css.php
Expand Up @@ -1524,6 +1524,12 @@
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) */
Expand Down
30 changes: 18 additions & 12 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1370,41 +1370,41 @@

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;
}

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;
Expand Down Expand Up @@ -1518,7 +1518,7 @@
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
background: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);

font-family: <?php print $fontlist ?>;
border: 0px;
margin-bottom: 1px;
Expand All @@ -1538,7 +1538,7 @@
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
background: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);

font-family: <?php print $fontlist ?>;
border: 0px;
margin-bottom: 1px;
Expand All @@ -1551,7 +1551,7 @@
}
*/

/* Disable shadows */
/* Disable shadows */
.noshadow {
-moz-box-shadow: 0px 0px 0px #CCC !important;
-webkit-box-shadow: 0px 0px 0px #CCC !important;
Expand Down Expand Up @@ -1720,6 +1720,12 @@
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) */
Expand Down

0 comments on commit f89d72c

Please sign in to comment.