Fixes display in Chromium with default skin.
authorStéphane Jacob <sj@m4x.org>
Thu, 10 Mar 2011 13:39:38 +0000 (14:39 +0100)
committerStéphane Jacob <sj@m4x.org>
Thu, 10 Mar 2011 13:39:38 +0000 (14:39 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/lists/create.tpl

index 2eae636..86ad1b8 100644 (file)
@@ -89,7 +89,7 @@ liste&nbsp;:
     <tr>
       <td class='titre'>Propriétés&nbsp;:</td>
       <td>visibilité&nbsp;:</td>
-      <td><label><input type='radio' name='advertise' value='0'
+      <td style="width: 6em"><label><input type='radio' name='advertise' value='0'
         {if $smarty.post.advertise eq 0 && $smarty.post}checked='checked'{/if} />publique</label></td>
       <td><label><input type='radio' name='advertise' value='1'
         {if $smarty.post.advertise neq 0 || !$smarty.post}checked='checked'{/if} />privée</label></td>