Changeset 4021
- Timestamp:
- 04/13/11 17:33:37 (12 years ago)
- Location:
- branches/2.2/mobile/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/mobile/templates/css/mobile.css
r3996 r4021 121 121 .topo h1 a.title { font-size:13pt; text-decoration: none; float: none; margin: 0; } 122 122 123 .btn-generico, .btn-contexto, .btn-busca { text-transform: uppercase; }123 .btn-generico, .btn-contexto, .btn-busca { font-size:75%; text-transform: uppercase; } 124 124 125 125 .rodape{ padding-top:4px; height:16px; text-align:center; font-size:50%; background-color:#F6F6F6; color:#333333;} … … 163 163 .sobre-mensagem {float:left;} 164 164 165 #ver-detalhes {float:left;padding:2px; background-color:#FAD364; width:10% } /*mudan ᅵa*/165 #ver-detalhes {float:left;padding:2px; background-color:#FAD364; width:10% } /*mudança*/ 166 166 #ver-detalhes a {padding:3px;color:#666;font-size:x-small; width:20px} 167 167 -
branches/2.2/mobile/templates/default/mobilemail.tpl
r3829 r4021 1 <!-- BEGIN main_emails --> 1 <!-- BEGIN main_emails --> 2 3 <div class="menu-contexto" style="height:16pt;"> 4 <div style="float:left; position:absolute;"> 5 <button class="btn-contexto" onclick="location.href='{href_back}'">{lang_back}</button> 6 <button class="btn-contexto" onclick="location.href='index.php?menuaction=mobile.ui_mobilemail.new_msg&type=clk'">{lang_new}</button> 7 </div> 8 <div style="float:right; position:relative;"> 9 <span class="titulo-secao">{folder}</span> 10 </div> 11 </div> 12 <!-- 2 13 <div class="menu-contexto"> 3 14 <span><a href="{href_back}">< {lang_back}</a></span> … … 5 16 <button class="btn-contexto" onclick="location.href='index.php?menuaction=mobile.ui_mobilemail.new_msg&type=clk'">{lang_new}</button> 6 17 </div> 18 --> 7 19 8 20 <form action="index.php" method="post" id="form_busca">
Note: See TracChangeset
for help on using the changeset viewer.