Ignore:
Timestamp:
09/21/12 10:11:36 (12 years ago)
Author:
gustavo
Message:

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/newExpressoMail/prototype/modules/newMail/css/main.css

    r7210 r7265  
    11781178 
    11791179.folders-loading { 
    1180         background: url(../../../prototype/modules/mail/img/loader.gif) !important; 
     1180        background: url(../../../modules/mail/img/loader.gif) !important; 
    11811181        background-position: 0 0 !important; 
    11821182        background-repeat : no-repeat !important; 
     
    12011201.draggin-mail{ 
    12021202        float: left; 
    1203         background-image: url(../../../prototype/modules/mail/img/move.png); 
     1203        background-image: url(../img/move.png); 
    12041204        background-position: 0px 0px; 
    12051205        background-repeat:no-repeat; 
     
    12151215.draggin-folder{ 
    12161216        float: left; 
    1217         background-image: url(../../../prototype/modules/mail/img/folder.png); 
     1217        background-image: url(../img/folder.png); 
    12181218        background-position: 0px 0px; 
    12191219        background-repeat:no-repeat; 
     
    13471347 
    13481348.loading { 
    1349         background: url(../../../prototype/modules/mail/img/loader.gif) !important; 
     1349        background: url(../../../modules/mail/img/loader.gif) !important; 
    13501350        background-position: 0 0 !important; 
    13511351        background-repeat : no-repeat !important; 
     
    14731473        margin: 5px 5px 0 -5px; 
    14741474} 
     1475 
     1476 
     1477.ZebraDialog .ZebraDialog_Buttons .ZebraDialog_ButtonSelected{ 
     1478    border-color: #1B75BB; 
     1479} 
Note: See TracChangeset for help on using the changeset viewer.