From 47fcc79ff32ef28e1325a8ca99278eb8696146fb Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 26 Feb 2014 20:50:30 +0100 Subject: [PATCH] update CSS --- html/ajax_misc.php | 7 +- html/style-color.css | 7 +- html/style-light.css | 146 ++++++++++++-------------------- include/fiche.inc.php | 5 ++ include/template/fiche_list.php | 4 +- 5 files changed, 68 insertions(+), 101 deletions(-) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 6ec79743f..c3622eefb 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -623,11 +623,12 @@ EOF; $ajrn=$cn->get_array('select jrn_def_name,jrn_def_description from jrn_def where jrn_def_id=$1',array($l)); if ( count($ajrn)==1) { - - echo '

'.$ajrn[0]['jrn_def_name'].'

'; + echo '
'; + echo '

'.$ajrn[0]['jrn_def_name'].'

'; if ( trim($ajrn[0]['jrn_def_description']) != "") { - echo '

'.$ajrn[0]['jrn_def_description'].'

'; + echo '

'.$ajrn[0]['jrn_def_description'].'

'; } + echo '
'; } exit(); break; diff --git a/html/style-color.css b/html/style-color.css index 9c2d50cac..3e3bca541 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1,7 +1,7 @@ /*