diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index a58c2fbe8ce..b60ff316ddc 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -173,11 +173,11 @@ foreach ($AdherentType as $key => $adhtype) $SommeD+=isset($MembersResiliated[$key])?$MembersResiliated[$key]:0; } print ''; -print ' '.$langs->trans("Total").' '; -print ''.$SommeA.' '.$staticmember->LibStatut(-1,$adhtype->cotisation,0,3).''; -print ''.$SommeB.' '.$staticmember->LibStatut(1,$adhtype->cotisation,0,3).''; -print ''.$SommeC.' '.$staticmember->LibStatut(1,$adhtype->cotisation,gmmktime(),3).''; -print ''.$SommeD.' '.$staticmember->LibStatut(0,$adhtype->cotisation,0,3).''; +print ''.$langs->trans("Total").''; +print ''.$SommeA.' '.$staticmember->LibStatut(-1,$adhtype->cotisation,0,3).''; +print ''.$SommeB.' '.$staticmember->LibStatut(1,$adhtype->cotisation,0,3).''; +print ''.$SommeC.' '.$staticmember->LibStatut(1,$adhtype->cotisation,gmmktime(),3).''; +print ''.$SommeD.' '.$staticmember->LibStatut(0,$adhtype->cotisation,0,3).''; print ''; print "\n"; diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 8a9d9131657..005fa35ca02 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -344,7 +344,7 @@ if ($socid > 0) // Lien recap print ''; print ''; - print ''; - print ''; + print ''; print ''; $var=!$var; } @@ -429,7 +429,7 @@ if ($socid > 0) if ($num >0 ) { print ''; - print ''; + print ''; print ''; } $i = 0; @@ -475,7 +475,7 @@ if ($socid > 0) if ($num >0 ) { print ''; - print '
'; + print ''; print ''; print '
'.$langs->trans("Summary").''; print '
'.$langs->trans("Summary").''.$langs->trans("ShowCustomerPreview").'
'; @@ -376,7 +376,7 @@ if ($socid > 0) if ($num > 0) { print '
'.$langs->trans("LastPropals",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllPropals").' ('.$num.')
'.$langs->trans("LastPropals",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllPropals").' ('.$num.')
'.$langs->trans("LastOrders",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllOrders").' ('.$num.')
'.$langs->trans("LastOrders",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllOrders").' ('.$num.')
'; + print ''; print ''; } @@ -530,7 +530,7 @@ if ($socid > 0) if ($num >0 ) { print ''; - print ''; + print ''; print ''; $var=!$var; } @@ -572,7 +572,7 @@ if ($socid > 0) $num = $db->num_rows($result); if ($num > 0) { print ''; - print ''; + print ''; print ''; } while ($i < $num && $i < $MAXLIST) { @@ -610,7 +610,7 @@ if ($socid > 0) if ($num > 0) { print ''; - print ''; + print ''; print ''; } while ($i < $num && $i < $MAXLIST) { diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 88645b1c83e..64e0b9883f5 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -591,7 +591,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) $total += $obj->total_ttc; } if ($total>0) { - print '"; + print '"; } print "
'.$langs->trans("LastContracts",($num<=$MAXLIST?"":$MAXLIST)).''; print '
'.$langs->trans("LastContracts",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllContracts").' ('.$num.')
'.$langs->trans("LastInterventions",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllInterventions").' ('.$num.')
'.$langs->trans("LastInterventions",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllInterventions").' ('.$num.')
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'.$langs->trans("LastChronodocs",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllChronodocs").' ('.$num.')
'.$langs->trans("LastChronodocs",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllChronodocs").' ('.$num.')
'.$langs->trans("Total")."".price($total)." 
'.$langs->trans("Total")."".price($total)." 

"; } diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b0554d31c78..73d8ad140fa 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3701,7 +3701,6 @@ else { $sql .= ' AND (s.nom like \'%'.addslashes($sall).'%\' OR f.facnumber like \'%'.addslashes($sall).'%\' OR f.note like \'%'.addslashes($sall).'%\' OR fd.description like \'%'.addslashes($sall).'%\')'; } - $sql .= ' GROUP BY f.rowid'; $sql .= ' ORDER BY '; diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 4889b2a4748..ad21f415cf9 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -214,7 +214,7 @@ if ($socid > 0) // Lien recap print ''; print ''; - print ''; - print ''; + print ''; print ''; } @@ -308,7 +308,7 @@ if ($socid > 0) { $tableaushown=1; print ''; - print ''; + print ''; print ''; } while ($i < $num && $i < $MAXLIST) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 71a34602e8b..6959e0ac2fc 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -653,7 +653,7 @@ if ($conf->tax->enabled && $user->rights->tax->charges->lire) } /* - * Commandes clients a facturer + * Customers orders to be billed */ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->commande->lire) { @@ -734,7 +734,7 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman $var=!$var; } - print ''; + print ''; if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''; print ''; print ''; @@ -827,7 +827,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire) $i++; } - print ''; + print ''; if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''; print ''; print ''; @@ -907,7 +907,7 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire) $var = !$var; } - print ''; + print ''; if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''; print ''; print ''; diff --git a/htdocs/compta/paiement/cheque/liste.php b/htdocs/compta/paiement/cheque/liste.php index 543a1dabaa7..7d832daee70 100644 --- a/htdocs/compta/paiement/cheque/liste.php +++ b/htdocs/compta/paiement/cheque/liste.php @@ -79,7 +79,7 @@ if ($resql) print_barre_liste($langs->trans("ChequesReceipts"), $page, "liste.php",$paramlist,$sortfield,$sortorder,'',$num); print ''; - print '
'; + print ''; print ''; print '
'.$langs->trans("Summary").''; print '
'.$langs->trans("Summary").''.$langs->trans("ShowAccountancyPreview").'
'; @@ -249,7 +249,7 @@ if ($socid > 0) { $tableaushown=1; print '
'.$langs->trans("LastCustomersBills",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllBills").' ('.$num.')
'.$langs->trans("LastCustomersBills",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllBills").' ('.$num.')
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToBill").': '.price($tot_tobill).')
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToBill").': '.price($tot_tobill).') '.price($tot_ht).''.price($tot_ttc).''.price($tot_tobill).'
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToTake").': '.price($total_ttc-$totalam).')
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToTake").': '.price($total_ttc-$totalam).') '.price($total).''.price($total_ttc).''.price($totalam).'
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToPay").': '.price($total_ttc-$totalam).')
'.$langs->trans("Total").'   ('.$langs->trans("RemainderToPay").': '.price($total_ttc-$totalam).') '.price($total).''.price($total_ttc).''.price($totalam).'
'; + print '
'; print ''; print_liste_field_titre($langs->trans("Ref"),"liste.php","bc.number","",$paramlist,"",$sortfield,$sortorder); print_liste_field_titre($langs->trans("DateCreation"),"liste.php","dp","",$paramlist,'align="center"',$sortfield,$sortorder); diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index b8f44d72f7f..dab7e0c45f8 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -26,6 +26,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/includes/modules/rapport/pdf_paiement.class.php"); +require_once(DOL_DOCUMENT_ROOT."/lib/files.lib.php"); // Security check if (! $user->rights->facture->lire) diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php index 6a729e85197..7fc616b2c07 100644 --- a/htdocs/compta/stats/cabyuser.php +++ b/htdocs/compta/stats/cabyuser.php @@ -121,7 +121,7 @@ if ($result) } } else { - dol_print_error($db); + dol_print_error($db); } // On ajoute les paiements anciennes version, non lies par paiement_facture @@ -155,7 +155,7 @@ if ($modecompta != 'CREANCES-DETTES') } } else { - dol_print_error($db); + dol_print_error($db); } } @@ -173,7 +173,7 @@ $var=true; if (sizeof($amount)) { $arrayforsort=$name; - + // We define arrayforsort if ($sortfield == 'name' && $sortorder == 'asc') { asort($name); @@ -207,10 +207,10 @@ if (sizeof($amount)) print "\n"; print ''; print ''; - if ($conf->commande->enabled && $conf->global->MAIN_FEATURES_LEVEL == 2) + if ($conf->commande->enabled && $conf->global->MAIN_FEATURES_LEVEL == 2) { if($key>0){ - print ''; + print ''; } else { print '' ; } diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index 58a204a160a..558412d2220 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -19,11 +19,11 @@ */ /** - \file htdocs/compta/tva/reglement.php - \ingroup tax - \brief Liste des règlements de TVA effectués - \version $Id$ -*/ + * \file htdocs/compta/tva/reglement.php + * \ingroup tax + * \brief Liste des r�glements de TVA effectu�s + * \version $Id$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/compta/tva/tva.class.php"); @@ -86,7 +86,7 @@ if ($result) $i++; } - print ''; + print ''; print ""; print "
".$linkname."'.price($amount[$key]).''.($catotal > 0 ? round(100 * $amount[$key] / $catotal,2).'%' : ' ').''.img_picto($langs->trans("Show"),"vcard").''.img_picto($langs->trans("Show"),"vcard").'  
'.$langs->trans("Total").'
'.$langs->trans("Total").'".price($total)."
"; diff --git a/htdocs/fourn/fiche-stats.php b/htdocs/fourn/fiche-stats.php index a42167eda66..6e1bb3807ea 100644 --- a/htdocs/fourn/fiche-stats.php +++ b/htdocs/fourn/fiche-stats.php @@ -62,7 +62,7 @@ if ( $societe->fetch($socid) ) */ $head = societe_prepare_head($societe); - dol_fiche_head($head, 'supplierstat', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'supplierstat', $langs->trans("ThirdParty"),0,'company'); print ''; @@ -89,7 +89,7 @@ if ( $societe->fetch($socid) ) } else { - print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); + print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); } print ''; print '
'; @@ -102,9 +102,9 @@ if ( $societe->fetch($socid) ) } else { - print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); + print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); } - + print '
' . "\n"; print ''; diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index c7583b086c7..2af1f78a323 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -61,7 +61,7 @@ if ( $societe->fetch($socid) ) */ $head = societe_prepare_head($societe); - dol_fiche_head($head, 'supplier', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'supplier', $langs->trans("ThirdParty"),0,'company'); print ''; @@ -122,7 +122,7 @@ if ( $societe->fetch($socid) ) // Lien recap print '
'; print ''; - print '
'; + print ''; print ''; print '
'.$langs->trans("Summary").''; print '
'.$langs->trans("Summary").''.$langs->trans("ShowSupplierPreview").'
'; @@ -163,7 +163,7 @@ if ( $societe->fetch($socid) ) print ''; print ''; print ''; while ($i < $num && $i <= $MAXLIST) @@ -218,7 +218,7 @@ if ( $societe->fetch($socid) ) print '
'; - print ''; + print '
'.$langs->trans("LastOrders",($num<$MAXLIST?$num:$MAXLIST)).'
'; print '
'.$langs->trans("LastOrders",($num<$MAXLIST?$num:$MAXLIST)).''.$langs->trans("AllOrders").' ('.$num.')
'; print '
'; print ''; print ''; while ($i < min($num,$MAXLIST)) { diff --git a/htdocs/includes/boxes/box_comptes.php b/htdocs/includes/boxes/box_comptes.php index ee8420dbab7..10b08619e67 100644 --- a/htdocs/includes/boxes/box_comptes.php +++ b/htdocs/includes/boxes/box_comptes.php @@ -125,8 +125,14 @@ class box_comptes extends ModeleBoxes { $this->info_box_contents[$i][0] = array('tr' => 'class="liste_total"', 'td' => 'align="right" class="liste_total"', 'text' => $langs->trans('Total') ); - $totalamount=price($solde_total).' '.$langs->trans("Currency".$conf->monnaie); $this->info_box_contents[$i][1] = array('td' => 'align="right" class="liste_total"', + 'text' => ' ' + ); + $this->info_box_contents[$i][2] = array('td' => 'align="right" class="liste_total"', + 'text' => ' ' + ); + $totalamount=price($solde_total).' '.$langs->trans("Currency".$conf->monnaie); + $this->info_box_contents[$i][3] = array('td' => 'align="right" class="liste_total"', 'text' => $totalamount ); } diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php index 6070dba4e7e..b33e166a31d 100644 --- a/htdocs/includes/boxes/modules_boxes.php +++ b/htdocs/includes/boxes/modules_boxes.php @@ -111,7 +111,7 @@ class ModeleBoxes $nblines=sizeof($contents); print "\n\n\n"; - print '
'."\n"; + print '
'."\n"; if (! empty($head['text']) || ! empty($head['sublink']) || $nblines) { diff --git a/htdocs/index.php b/htdocs/index.php index 487ad945456..6c5c3cdf748 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -555,7 +555,7 @@ if ($nboflate > 0) { print '
'; //print '
'; - print '
'.$langs->trans('LastSuppliersBills',($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans('AllBills').' ('.$num.')
'; + print '
'.$langs->trans('LastSuppliersBills',($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans('AllBills').' ('.$num.')
'; print '
'; - print ''.img_picto($langs->trans("Alert"),'warning').' '.$langs->trans("WarningYouHaveAtLeastOneTaskLate").''; + print '
'.img_picto($langs->trans("Alert"),'warning').' '.$langs->trans("WarningYouHaveAtLeastOneTaskLate").'
'; //print '
'; } diff --git a/htdocs/langs/fr_FR/errors.lang b/htdocs/langs/fr_FR/errors.lang index 388b10a7570..c7bfe51db43 100644 --- a/htdocs/langs/fr_FR/errors.lang +++ b/htdocs/langs/fr_FR/errors.lang @@ -51,7 +51,7 @@ ErrorCantSaveADoneUserWithZeroPercentage=Impossible sauver une action à l'état ErrorBillRefAlreadyExists=La référence utilisée pour la création existe déjà ErrorPleaseTypeBankTransactionReportName=Veuiller saisir le nom de relevé bancaire sur lequel l'écriture est constaté (Format AAAAMM ou AAAMMJJ) ErrorRecordHasChildren=Impossible de supprimer l'enregistrement car il possède des fils. -WarningConfFileMustBeReadOnly=Attention, votre fichier de configuration (htdocs/conf/conf.php) est accessible en écriture au serveur Web. Ceci représente une faille sérieuse de sécurité. Modifier les permissions pour qu'il soit en lecture seule pour le compte sous lequel tourne le serveur Web.
Si vous êtes sous Windows sur un disque dur utilisant un formatage FAT, sachez que ce système de fichier ne permet pas de protéger des fichiers et n'offre donc aucune solution pour réduire les risques de manipulation de ce fichier. +WarningConfFileMustBeReadOnly=Attention, votre fichier de configuration (htdocs/conf/conf.php) est accessible en écriture au serveur Web. Ceci représente une faille sérieuse de sécurité. Modifier les permissions pour qu'il soit en lecture seule pour le compte sous lequel tourne le serveur Web et non lisible pour les autres.
Si vous êtes sous Windows sur un disque dur utilisant un formatage FAT, sachez que ce système de fichier ne permet pas de protéger des fichiers et n'offre donc aucune solution pour réduire les risques de manipulation de ce fichier. ErrorModuleRequireJavascript=Le javascript ne doit pas etre désactivé pour que cette fonctionnalité soit utilisable. Pour activer/désactiver l'utilisation de javascript, aller dans le menu Accueil->Configuration->Affichage. ErrorPasswordsMustMatch=Les 2 mots de passe saisis doivent correspondre ErrorContactEMail=Une erreur technique est apparue. Merci de contacter l'administrateur à l'email suivant %s en lui indiquant le code erreur %s dans votre message ou mieux en fournissant une copie d'écran de cette page. diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 1911d6bba82..228cc6101cc 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -2090,6 +2090,8 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so $nextpage = 0; } + print "\n"; + print "\n"; print ''; $pagelist = ''; @@ -2163,7 +2165,8 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so print_fleche_navigation($page,$file,$options,$nextpage,$pagelist); print ''; - print '
'; + print '
'."\n"; + print "\n\n"; } /** diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 9337f861654..d55f815ba11 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -828,8 +828,10 @@ border: 0px; /* * Boxes */ -table.box { -margin: 2px; + +.box { +padding-right: 2px; +padding-bottom: 2px; } tr.box_titre { diff --git a/htdocs/theme/bluelagoon/bluelagoon.css.php b/htdocs/theme/bluelagoon/bluelagoon.css.php index ceedf997cc2..147fdbf2826 100644 --- a/htdocs/theme/bluelagoon/bluelagoon.css.php +++ b/htdocs/theme/bluelagoon/bluelagoon.css.php @@ -544,6 +544,12 @@ a.impayee { font-weight: bold } /* * Boxes */ + +.box { + padding-right: 6px; + padding-bottom: 8px; +} + tr.box_titre { background: #b3cccc; font-family: Helvetica, Verdana; @@ -580,6 +586,10 @@ div.ok { div.warning { color: #997711; + padding: 0.2em 0.2em 0.2em 0.2em; + border: 1px solid #ebebd4; + -moz-border-radius:6px; + background: #efefd4; } div.error { diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 89d4b3c5f50..889df627f7a 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -516,7 +516,6 @@ div.tabs { div.tabBar { color: #234046; - background: #dee7ec; padding-top: 12px; padding-left: 12px; padding-right: 12px; @@ -530,7 +529,8 @@ div.tabBar { border-bottom: 1px solid #555555; border-left: 1px solid #D0D0D0; border-top: 1px solid #D8D8D8; -/* background: #F0F0F0 url() repeat-x; */ + background: #dee7ec; + background: #dee7ec url(/theme/eldy/img/tab_background.png) repeat-x; } div.tabsAction { @@ -555,7 +555,7 @@ a.tabTitle { } a.tab:link { - background: white; + background: #dee7ec; color: #436976; font-family: helvetica, verdana, arial, sans-serif; padding: 0px 6px; @@ -570,7 +570,7 @@ a.tab:link { border-top: 1px solid #D8D8D8; } a.tab:visited { - background: white; + background: #dee7ec; color: #436976; font-family: helvetica, verdana, arial, sans-serif; padding: 0px 6px; @@ -585,7 +585,7 @@ a.tab:visited { border-top: 1px solid #D8D8D8; } a.tab#active { - background: #dee7ec; + background: white; border-bottom: #dee7ec 1px solid; font-family: helvetica, verdana, arial, sans-serif; color: #436976; @@ -598,9 +598,10 @@ a.tab#active { border-: 1px solid #555555; border-: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; + border-bottom: 1px solid white; } a.tab:hover { - background: #dee7ec; + background: white; color: #436976; font-family: helvetica, verdana, arial, sans-serif; padding: 0px 6px; @@ -753,6 +754,7 @@ border-bottom: 1px solid #000000; border-left: 1px solid #000000; } +/* Main boxes */ table.noborder { border-collapse: collapse; @@ -765,23 +767,17 @@ border-right-style: solid; border-bottom-width: 1px; border-bottom-color: #BBBBBB; border-bottom-style: solid; + +margin-bottom: 2px; +margin-top: 0px; } 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-color: #FEFEFE; border-left-style: solid; -/* -border-bottom-width: 1px; -border-bottom-color: #BBBBBB; -border-bottom-style: solid; -*/ } table.noborder td { @@ -802,9 +798,26 @@ border: 0px; padding: 0px 0px; } +/* For lists */ + table.liste { -border-collapse: collapse; width: 100%; +border-collapse: collapse; +border-top-color: #FEFEFE; + +border-right-width: 1px; +border-right-color: #BBBBBB; +border-right-style: solid; + +border-bottom-width: 1px; +border-bottom-color: #BBBBBB; +border-bottom-style: solid; + +margin-bottom: 2px; +margin-top: 0px; +} +table.liste td { +padding-right: 2px; } tr.liste_titre { @@ -846,9 +859,12 @@ border: 0px; } tr.liste_total td { -border-top: 1px solid #888888; -background: #F4F4F4; -font-weight: bold; +border-top: 1px solid #DDDDDD; +background: #F0F0F0; +/* background-image: url(); */ +background-repeat: repeat-x; +color: #332266; +font-weight: normal; white-space: nowrap; } @@ -880,7 +896,7 @@ border: 0px; .pair { /* background: #e6ebed; */ -background: #fafafa; +background: #f4f4f4; font-family: helvetica, verdana, arial, sans-serif; border: 0px; } @@ -895,8 +911,10 @@ border: 0px; /* * Boxes */ -table.box { -margin: 2px; + +.box { +padding-right: 4px; +padding-bottom: 4px; } tr.box_titre { @@ -908,8 +926,8 @@ font-family: arial, helvetica, verdana, sans-serif; font-weight: normal; border-bottom: 1px solid #FDFFFF; white-space: nowrap; --moz-border-radius-topleft:4px; --moz-border-radius-topright:4px; + -moz-border-radius-topleft:6px; + -moz-border-radius-topright:6px; } tr.box_impair { @@ -920,7 +938,7 @@ font-family: arial, helvetica, verdana, sans-serif; tr.box_pair { /* background: #d0d4d7; */ -background: #fafafa; +background: #f4f4f4; font-family: arial, helvetica, verdana, sans-serif; } @@ -948,6 +966,11 @@ div.ok { div.warning { color: #997711; + padding: 0.2em 0.2em 0.2em 0.2em; + margin: 0.5em 0em 0.5em 0em; + border: 1px solid #e0e0d0; + -moz-border-radius:6px; + background: #efefd4; } div.error { @@ -955,13 +978,17 @@ div.error { padding: 0.2em 0.2em 0.2em 0.2em; margin: 0.5em 0em 0.5em 0em; border: 1px solid #8C9CAB; + -moz-border-radius:6px; } -div.info { /* Info admin */ +/* Info admin */ +div.info { color: #888888; padding: 0.2em 0.2em 0.2em 0.2em; margin: 0.5em 0em 0.5em 0em; - border: 1px solid #ACACAB; + border: 1px solid #e0e0d0; + -moz-border-radius:6px; + background: #efefd4; } diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index 39f9aa63a75..d3ce0237c76 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -684,6 +684,10 @@ div.ok { div.warning { color: #777711; + padding: 0.2em 0.2em 0.2em 0.2em; + border: 1px solid #ebebd4; + -moz-border-radius:6px; + background: #efefd4; } div.error { @@ -801,23 +805,29 @@ th { /* * Boxes */ + +.box { + padding-right: 4px; + padding-bottom: 4px; +} + tr.box_titre { - color: #FFFFFF; - background: #777799; - font-family: Helvetica, Verdana; + color: #FFFFFF; + background: #777799; + font-family: Helvetica, Verdana; } tr.box_pair { - background: #dcdcd0; + background: #dcdcd0; } tr.box_impair { - background: #eeeedd; - font-family: Helvetica, Verdana; + background: #eeeedd; + font-family: Helvetica, Verdana; } tr.fiche { - font-family: Helvetica, Verdana; + font-family: Helvetica, Verdana; } diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index 19445d172de..ebebabf68a0 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -674,6 +674,10 @@ div.ok { div.warning { color: #777711; + padding: 0.2em 0.2em 0.2em 0.2em; + border: 1px solid #ebebd4; + -moz-border-radius:6px; + background: #efefd4; } div.error { @@ -788,6 +792,12 @@ th { /* * Boxes */ + +.box { + padding-right: 4px; + padding-bottom: 4px; +} + tr.box_titre { background: #BBBB88; border-top: 1px solid #FFFFFF; @@ -796,16 +806,16 @@ tr.box_titre { } tr.box_pair { - background: #dcdcb3; + background: #dcdcb3; } tr.box_impair { - background: #eeeecc; - font-family: Helvetica, Verdana; + background: #eeeecc; + font-family: Helvetica, Verdana; } tr.fiche { - font-family: Helvetica, Verdana; + font-family: Helvetica, Verdana; }