Ignore:
Timestamp:
04/13/11 16:37:57 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1734 - Ajuste de layout para melhor visualização dos campos assunto, nome e email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/templates/default/mails_list.tpl

    r3971 r4015  
    88                         <p class="{flag}"> 
    99                                <input type="checkbox" name="msgs[]" style="display:{show_check};" value={msg_number}> 
    10                                 <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}"> 
     10                                <a style="color:#000 !important" href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}"> 
    1111                                        {subject} 
    1212                                </a> 
     
    1515                    <span class="email-data"><img src="{url_images}/anexo.png" align="left" style='display:{show_attach};'/>{mail_time}</span> 
    1616                    <div class="{details}"> 
    17                          <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}">                     
     17                         <a style="color:#837e7e !important;" href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}">                     
    1818                                 <p>{from}</p> 
    1919                                 <p>{mail_from}</p> 
Note: See TracChangeset for help on using the changeset viewer.