Ignore:
Timestamp:
04/11/11 15:04:46 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Visualizacao do Mobile. Tickets #1730, #1728, #1733, #1734

Location:
branches/2.2.0.1/mobile/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/mobile/templates/css/mobile.css

    r3731 r3974  
    116116div.urgente {width:14px; height:12px; background:#F00; margin-left:5px; text-align:center; vertical-align:middle;color:#FFF; float:left;font-size:xx-small; padding-top:1px} 
    117117 
    118 .topo {width:100%; background:#333; display:table } 
    119 .topo a{color:#FFF; text-decoration:underline; float:right; margin:4px 20px 0 0 } 
     118.topo { width:100%; background:#333; display:table } 
     119.topo a{ color:#FFF; text-decoration:underline; float:right; margin:4px 20px 0 0 } 
     120.topo h1{ font-size:13pt } 
    120121 
    121122.btn-generico, .btn-contexto, .btn-busca { text-transform: uppercase; } 
     
    130131.menu-contexto {font-size:small; background-color:#3399CC; color:#FFFFFF; width:100%; min-height:18px; padding:4px 2px} 
    131132.menu-contexto span{margin-left:5px } 
    132 .btn-contexto {font-size:x-small; background-color:#2B84AF; color:#FFFFFF; border:none; margin-left:5px } 
     133.btn-contexto {font-weight:bold ;font-size:x-small; background-color:#2B84AF; color:#FFFFFF; border:1px solid #000; margin-left:5px } 
    133134.menor {min-height:20px !important}  
    134135 
     
    161162.sobre-mensagem {float:left;} 
    162163 
    163 #ver-detalhes {float:left;padding:2px; background-color:#FAD364; width:10%  } /*mudança*/ 
     164#ver-detalhes {float:left;padding:2px; background-color:#FAD364; width:10%  } /*mudanï¿œa*/ 
    164165#ver-detalhes a {padding:3px;color:#666;font-size:x-small; width:20px} 
    165166 
     
    180181 
    181182.login{width:50%; margin:auto; padding:10px 0} 
    182 .login strong {margin:0 0 0 5px; } 
    183 .login input[type="text"]{width:100%; margin:3px 0} 
     183.login strong { font-size:11pt; margin:0 0 0 5px; } 
     184.login input { font-size:11pt;width:100%; margin:3px 0} 
    184185.login button {margin:0 5px} 
    185186.login p{padding:3px;} 
     
    229230a.outro_mes { background: #E1E1E1; color: #8B8B8B } 
    230231 
    231 /*---------------------------------------- CONTATO ÚNICO ---------------------------------------------*/ 
     232/*---------------------------------------- CONTATO ï¿œNICO ---------------------------------------------*/ 
    232233 
    233234.contato-unico {width:100%; margin:auto; } 
     
    266267.limpar_div_margin {margin:2px 0; } 
    267268.limpar_div_margin input[type="text"] {width:68%} 
     269.limpar_div textarea{font-size:11pt} 
    268270p.assunto {font-size:small; font-weight:normal; padding-top:3px; color:#666} 
    269271 
    270 /*---------------------------------------- MODIFICAÇÕES ---------------------------------------------*/ 
     272/*---------------------------------------- MODIFICAᅵᅵES ---------------------------------------------*/ 
    271273 
    272274.email-item{color:#3E3E3D; font:bold small Arial, Helvetica, sans-serif; vertical-align:text-bottom} 
     
    275277 
    276278.campos-email {width:94%; clear:both; margin:0 5px} 
    277 .campos-email input {width:99%; clear:both; } 
     279.campos-email input {font-size:11pt; width:99%; clear:both; } 
    278280.campos-email a{float:left; text-align:right; margin:4px 0} 
  • branches/2.2.0.1/mobile/templates/default/mails_list.tpl

    r3791 r3974  
    55 
    66                         <div class="{bg}"> 
    7                     <div class="email-cabecalho margin-geral" > 
     7                    <div class="email-cabecalho margin-geral"> 
    88                         <p class="{flag}"> 
    99                                <input type="checkbox" name="msgs[]" style="display:{show_check};" value={msg_number}> 
    1010                                <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}"> 
    11                                 {subject} 
     11                                        {subject} 
    1212                                </a> 
    1313                         </p> 
     
    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                          <p>{from}</p> 
    18                          <p>{mail_from}</p> 
     17                         <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}">                     
     18                                 <p>{from}</p> 
     19                                 <p>{mail_from}</p> 
     20                         </a>                             
    1921                     </div> 
    2022                         </div> 
Note: See TracChangeset for help on using the changeset viewer.