CVS: spip/ecrire inc_presentation.php3, 1.313, 1.314 spip_style.php3, 1.25, 1.26

Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv18664/ecrire

Modified Files:
  inc_presentation.php3 spip_style.php3
Log Message:
Corrections cosmetiques

Index: inc_presentation.php3

RCS file: /home/spip-cvs/spip/ecrire/inc_presentation.php3,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- inc_presentation.php3 24 Oct 2003 21:38:59 -0000 1.313
+++ inc_presentation.php3 25 Oct 2003 15:43:39 -0000 1.314
@@ -1160,6 +1160,8 @@
}

+
+
function icone_bandeau_secondaire($texte, $lien, $fond, $rubrique_icone = "vide", $rubrique, $aide=""){
   global $spip_display;
   global $menu_accesskey, $compteur_survol;
@@ -1182,8 +1184,10 @@
   }
   if ($aide AND $spip_display != 3) {
     $largeur += 50;
- $texte .= aide($aide);
+ //$texte .= aide($aide);
   }
+ if ($spip_display != 3 AND strlen($texte)>16) $largeur += 20;
+
   if ($largeur) $width = "width='$largeur'";

   if (!$menu_accesskey) $menu_accesskey = 1;
@@ -1204,12 +1208,14 @@

   if ($spip_display != 1) {
     echo "<td class='cellule36' width='$largeur'>$a_href<img src='img_pack/$fond'$alt$title>";
+ if ($aide) echo aide($aide)." ";
     if ($spip_display != 3) {
       echo "<span>$texte</span>";
     }
   }
   else echo "<td class='cellule-texte' width='$largeur'>$a_href".$texte;
- echo "</a></td>\n";
+ echo "</a>";
+ echo "</td>\n";
}

Index: spip_style.php3

RCS file: /home/spip-cvs/spip/ecrire/spip_style.php3,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- spip_style.php3 24 Oct 2003 22:19:54 -0000 1.25
+++ spip_style.php3 25 Oct 2003 15:43:39 -0000 1.26
@@ -32,7 +32,7 @@
   display: block;
   margin: 0px;
   padding: 0px;
- padding-top: 6px;
+ padding-top: 0px;
   background: url(img_pack/rayures-fines.gif);
   border-bottom: 1px solid #333333;
}
@@ -40,9 +40,9 @@
   display: block;
   margin: 0px;
   padding: 0px;
- padding-top: 3px;
   background-color: #f1f1f1;
   border-bottom: 1px solid black;
+ border-top: 1px solid #aaaaaa;
}
.bandeau-icones {
   display: block;
@@ -63,13 +63,12 @@
}
.bandeau-icones .separateur {
   vertical-align: center;
- height: 90%;
- width: 2px;
+ height: 100%;
+ width: 11px;
   padding: 0px;
- margin: 2px;
- margin-top: 10px;
- margin-bottom: 10px;
+ margin: 0px;
   background: url(img_pack/tirets-separation.gif);
+ background-position: 5px 0px;
}

/* Icones 48 * 48 et 24 * 24 */
@@ -86,7 +85,7 @@
   text-decoration: none;
}
.cellule36 {
- font-size: 11px;
+ font-size: 10px;
}
.cellule48 {
   font-size: 12px;
@@ -145,7 +144,7 @@
   font-weight: bold;
   text-align: center;
   text-decoration: none;
- font-size: 12px;
+ font-size: 10px;
}
.cellule-texte a, .cellule-texte a:hover {
   text-decoration: none;