Ignore:
Timestamp:
06/04/12 16:02:02 (12 years ago)
Author:
marcieli
Message:

Ticket #2764 - Adicionados icones as modais de alertas.

File:
1 edited

Legend:

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

    r6394 r6407  
    262262        margin: 5px; 
    263263} 
     264.filtersDeadline .img_title { 
     265        background: url("../img/filters.gif") no-repeat scroll 0 0 transparent; 
     266        height: 16px; 
     267    position: absolute; 
     268    width: 16px; 
     269        float:left;  
     270        margin-left:50px; 
     271} 
     272.filtersDeadline .img_title { 
     273        background: url("../img/email.png") no-repeat scroll 0 0 transparent; 
     274        height: 20px; 
     275    position: absolute; 
     276    width: 20px; 
     277        float:left;  
     278        margin-left:40px; 
     279        top: 7px; 
     280} 
     281.alarmDeadline .img_title { 
     282        background: url("../img/flagDefault4.png") no-repeat scroll 0 0 transparent; 
     283        height: 10px; 
     284    position: absolute; 
     285    width: 10px; 
     286        float:left;  
     287        margin-left:42px; 
     288        top: 11px; 
     289} 
     290.doneDeadline .img_title { 
     291        background: url("../img/flagDone.png") no-repeat scroll 0 0 transparent; 
     292        height: 10px; 
     293    position: absolute; 
     294    width: 10px; 
     295        float:left;  
     296        margin-left:43px; 
     297        top: 11px; 
     298} 
Note: See TracChangeset for help on using the changeset viewer.