From 9314c8271b213e17c1c052559ecb77272f4e7857 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Tue, 5 Jan 2010 13:30:38 +0000 Subject: [PATCH] Fix: look for html confirmation forms in Auguria theme --- htdocs/theme/auguria/auguria.css.php | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index d55f815ba11..a2f90db6049 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -49,7 +49,7 @@ $left=($langs->direction=='rtl'?'right':'left'); ?> /* ============================================================================== */ -/* Styles par d�faut */ +/* Styles par defaut */ /* ============================================================================== */ body { @@ -923,6 +923,27 @@ div.titre { text-decoration: none; } +/* ============================================================================== */ +/* Formulaire confirmation (HTML) */ +/* ============================================================================== */ + +table.valid { + border-top: solid 1px #E6E6E6; + border-<?php print $left; ?>: solid 1px #E6E6E6; + border-<?php print $right; ?>: solid 1px #444444; + border-bottom: solid 1px #555555; + padding-top: 0px; + padding-left: 0px; + padding-right: 0px; + padding-bottom: 0px; + margin: 0px 0px; + background: #EECC55; +} + +.validtitre { + background: #EECC55; + font-weight: bold; +} /* ============================================================================== */ /* Formulaire confirmation (AJAX) */ @@ -1286,7 +1307,7 @@ table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding /* ============================================================================== */ -/* Ajax - Liste d�roulante de l'autocompletion */ +/* Ajax - Liste deroulante de l'autocompletion */ /* ============================================================================== */ div.autocomplete { -- GitLab