backport couleur des flags + colspans irreguliers
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 13:04:21 +0000 (13:04 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 13:04:21 +0000 (13:04 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@626 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/openweb.css
templates/geoloc/form.address.tpl
templates/profil/adresses.tpl

index 831def0..464cae3 100644 (file)
@@ -279,17 +279,17 @@ table.flags td.texte {
     font-weight: bold;
     padding: 3px;
 }
-table.flags td.vert {
+table.flags td.vert, tr.flags td.vert {
     background: green;
     padding: 3px;
     text-align: center;
 }
-table.flags td.orange {
+table.flags td.orange, tr.flags td.orange {
     background: #ff9900;
     padding: 3px;
     text-align: center;
 }
-table.flags td.rouge {
+table.flags td.rouge, tr.flags td.rouge {
     background: red;
     padding: 3px;
     text-align: center;
index a84734e..e5446f6 100644 (file)
@@ -37,7 +37,7 @@
        </p>
     {else}
     <tr class="center">
-      <td class="cold" colspan="2">
+      <td class="cold" colspan="5">
         <input type="hidden" name="change{$adrid}" />
         <textarea name="txt[{$adrid}]" cols="43" rows="4" onchange="form.change{$adrid}.value=1"
        {if $adr.nouvelle != 'new' && !$adr.cityid}style="background:#FAA"{/if}
index 666e97e..41186c2 100644 (file)
@@ -71,7 +71,7 @@
       <td class="colg">
         <span class="titre">Adresse:</span>
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="radio" name="temporaire[{$adrid}]" value="0" {if !$adr.temporaire}checked="checked"{/if} />
         permanente
         <input type="radio" name="temporaire[{$adrid}]" value="1" {if $adr.temporaire}checked="checked"{/if} />
@@ -82,7 +82,7 @@
       <td class="colg">
         &nbsp;
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="radio" name="secondaire[{$adrid}]" value="0" {if !$adr.secondaire}checked="checked"{/if} />
         ma rĂ©sidence principale
         <input type="radio" name="secondaire[{$adrid}]" value="1" {if $adr.secondaire}checked="checked"{/if} />
@@ -93,7 +93,7 @@
       <td class="colg">
         &nbsp;
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="checkbox" name="courrier[{$adrid}]" value="1" {if $adr.courrier}checked="checked"{/if} /> on peut m'y envoyer du courrier par la poste
       </td>
     </tr>