Ignore:
Timestamp:
05/23/12 11:44:51 (12 years ago)
Author:
marcieli
Message:

Ticket #2764 - Implementada modal de alarmes de mensagens com filtro de remetente

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-1/prototype/modules/mail/css/followupflag.css

    r6167 r6280  
    209209span.removeLabeledMsg {margin:0 5px 0 5px;font-weight: bold;} 
    210210span.removeLabeledMsg:hover {cursor: pointer;} 
     211 
     212.freeow .gray:hover .background { 
     213    border-color: #fafafa; 
     214} 
     215.minimize-alarm { 
     216        background: url("../img/minimizar.png") no-repeat scroll 0 0 transparent; 
     217        height: 16px; 
     218    position: relative; 
     219    width: 16px; 
     220        float:right;  
     221        margin-right:5px; 
     222} 
     223.maximize-alarm { 
     224        background: url("../img/maximizar.png") no-repeat scroll 0 0 transparent; 
     225        height: 16px; 
     226    position: relative; 
     227    width: 16px; 
     228        float:right;  
     229        margin-right:5px; 
     230} 
     231.content-alarm ul { 
     232        max-height: 100px; 
     233        overflow: auto; 
     234} 
     235.content-alarm { 
     236        margin-top: 5px; 
     237} 
     238.freeow .gray .content { 
     239        margin: 5px; 
     240} 
     241.freeow .gray .background { 
     242        background-color: #fafafa; 
     243        border: 3px solid #fafafa; 
     244} 
     245.freeow .content { 
     246        margin: 5px; 
     247} 
     248.title-alarm { 
     249    margin-left: 90px; 
     250        font-size: 16px; 
     251} 
     252.alert-options { 
     253        border: none; 
     254} 
     255.confirm-alarm { 
     256        float:right; 
     257        margin: 5px; 
     258} 
     259.freeow .gray h2 { 
     260        font-size: 12px; 
     261} 
     262.freeow { 
     263        width: 325px; 
     264} 
Note: See TracChangeset for help on using the changeset viewer.