Ignore:
Timestamp:
12/14/10 16:32:05 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1410 - Modificado o layout da tela de visualizacao de compromissos.

File:
1 edited

Legend:

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

    r3589 r3590  
    4848.btn-generico{color:#FFFFFF; background-color:#434343; border:none;} 
    4949.contagem{ text-align:right;} 
    50 .nome-item{ float:left; width:160px;} 
     50.nome-item{ float:left;width:160px;} 
    5151.menu-contexto{ padding-top:3px; padding-left:5px; height:20px; font-size:60%; background-color:#3399CC; color:#FFFFFF;} 
    5252.btn-contexto{ font-size:90%; background-color:#2B84AF; color:#FFFFFF; border:none;} 
    5353.btn-generico, .btn-contexto{ height:20px; } 
    54 .titulo_mensagem{ font-size:75%; font-weight:bold;} 
     54.titulo_mensagem{ font-size:75%; font-weight:bold; overflow: hidden;} 
    5555.titulo-sdt{ padding:2px 0px 0px 5px; height:20px; font-weight:bold; font-size: 80%; color:#3E3E3D; background-color:#CEE5EF;} 
    5656 
     
    6161 
    6262.reset-dt{background-color:#ffffff;} 
    63 .dd-mensagem{height:30px;} 
     63.dd-mensagem{height:30px;overflow: hidden;} 
    6464.btn-anexo{ padding:2px; font-size: 80%; background-color:#FAD364;} 
    6565a.btn-anexo{ padding:2px; font-size: 80%; color:#3E3E3D; background-color:#FAD364;} 
     
    9292 
    9393.rotulo-complementar{font-size:9px; text-decoration:underline; font-weight:normal;} 
     94 
     95.mes_corrente { padding: 0 10px } 
     96 
     97#pre-calendario { padding: 10px; background: #eef7fa  } 
     98#semanal { border: none; margin-bottom: 5px } 
     99 
     100#calendario thead tr th { color: #333; font-size: 12px; font-weight:bold;} 
     101#calendario thead tr th, #calendario tbody tr td { text-align: center }  
     102.semana { color: #333; font-size: 12px; width: 100%; font-weight:bold; width: 14%; } 
     103.dias { border: none } 
     104.dias a { 
     105color: #444; 
     106font-size: 11px; 
     107cursor: pointer; 
     108text-decoration: none; 
     109text-align: center; 
     110display: block; 
     111border: 1px solid #CACACA; 
     112width: 27px; 
     113height:16px; 
     114margin: 0px; 
     115padding: 3px 1px 0 0; 
     116position: relative; 
     117} 
     118.dias a .qtd_commitment { 
     119        font-size: 8px; 
     120        position: absolute; 
     121        top: 0; 
     122        right: 0.5px; 
     123        color: red; 
     124} 
     125.dias a:hover { color:#999; text-decoration: none } 
     126a.hoje { background: #FC0; color: #fff } 
     127a.dia_branco { background: #FFF } 
     128a.outro_mes { background: #E1E1E1; color: #8B8B8B } 
     129 
     130.btn_off a { margin: 0 1px; display: inline; padding: 0 6px } 
     131 
Note: See TracChangeset for help on using the changeset viewer.