Ignore:
Timestamp:
12/17/10 15:53:04 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1408 - Ajustada a tela de enviar email do expresso mini.

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

Legend:

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

    r3602 r3605  
    5050.contagem{ text-align:right;} 
    5151.nome-item{ float:left;width:160px;} 
    52 .menu-contexto{ padding-top:3px; padding-left:5px; height:20px; font-size:70%; background-color:#3399CC; color:#FFFFFF;} 
     52.menu-contexto{ padding-top:3px; padding-left:5px; height:23px; font-size:70%; background-color:#3399CC; color:#FFFFFF;} 
    5353.btn-contexto{ font-size:90%; background-color:#2B84AF; color:#FFFFFF; border:none;} 
    5454.btn-generico, .btn-contexto{ height:20px; } 
  • branches/2.2/mobile/templates/default/cc_main.tpl

    r3596 r3605  
    1717                <input type="hidden" name="contacts_request_from" value="{contacts_request_from}"> 
    1818                <input type="text" name="name">  
    19                 <button name="buscar_contato" class="btn-generico" onClick="document.getElementById('formu_busca').submit()">buscar contato</button> 
     19                <button name="buscar_contato" class="btn-generico" onClick="document.getElementById('formu_busca').submit()">{lang_search}</button> 
    2020                </form> 
    2121                </div> 
Note: See TracChangeset for help on using the changeset viewer.