diff --git a/dist/habillage.css b/dist/habillage.css index be4c69fd0cb02205a79c80a9fd51e0fcf2a8c38f..74952ed81c63a147c82b609457dfc764e3cbc897 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -187,7 +187,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ---------------------------------------------- */ .chapo { margin-bottom: 1.5em; - font-size: 0.82em; + font-size: 1em; font-weight: bold; line-height: 1.4em; } @@ -200,7 +200,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor font-size: 0.82em; font-weight: bold; } -.texte { color: #000; font-size: 1em; } +.texte { color: #000; font-size: 0.84em; } .ps, .notes { margin-top: 1.4em; diff --git a/dist/login.html b/dist/login.html index 48649e980a987584643ca4379cf93acf192ff6e0..c73b2be1688151abd6a9df711642eeaa9cd10fc9 100644 --- a/dist/login.html +++ b/dist/login.html @@ -13,7 +13,9 @@ <meta name="generator" content="SPIP" /> [<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />] <link rel="stylesheet" href="#CHEMIN{spip_style.css}" type="text/css" /> - <style>a { color: #e86519; }</style> + <style><!-- + a { color: #e86519; text-decoration: none; } + --></style> </head> <body id="page_login" style="background: #FFF; text-align: center; font-size: 1em;"> diff --git a/ecrire/balise/formulaire_recherche.php b/ecrire/balise/formulaire_recherche.php index e95ce9fa49217eb03fc6e0f603eaf6503ff8fb0f..0c1a7b54de285133c770d24bc0e5ed12fc4db6db 100644 --- a/ecrire/balise/formulaire_recherche.php +++ b/ecrire/balise/formulaire_recherche.php @@ -32,9 +32,9 @@ function balise_FORMULAIRE_RECHERCHE_stat($args, $filtres) { function balise_FORMULAIRE_RECHERCHE_dyn($lien, $rech) { return array('formulaire_recherche', 3600, - array('lien' => ($lien ? $lien : generer_url_public('recherche')), - 'recherche' => ( - _request('recherche') ? _request('recherche') : $rech ) + array( + 'lien' => ($lien ? $lien : generer_url_public('recherche')), + 'recherche' => _request('recherche') )); } diff --git a/formulaires/formulaire_recherche.html b/formulaires/formulaire_recherche.html index 2a74a318bc84343ebfa7fc2c0487483e30b2eb30..79c6b080380314bc7a7a1a4d02fa0773fb60eafc 100644 --- a/formulaires/formulaire_recherche.html +++ b/formulaires/formulaire_recherche.html @@ -4,7 +4,9 @@ <form action="[(#ENV{lien})]" method="get"> [(#ENV{lien}|form_hidden)] <label for="recherche" style="display: none;"><:info_rechercher:></label> - <input type="text" class="forml" name="recherche" id="recherche" value="[(#ENV{recherche}|sinon{<:info_rechercher:>})]" onfocus="this.value=''" /> + <input type="text" class="forml" name="recherche" id="recherche" + value="[(#ENV{recherche}|sinon{<:info_rechercher:>" + onfocus="this.value='';})]" /> </form> </div> \ No newline at end of file