Ignore:
Timestamp:
03/20/12 08:56:56 (12 years ago)
Author:
gustavo
Message:

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/css/foldertree.css

    r5703 r5754  
    88#content_folders .treeview .closed {display:block;} 
    99 
    10 .folders_loading { 
    11         background: url(../img/loading.gif) !important; 
     10.folders-loading { 
     11        background: url(../img/loader.gif) !important; 
    1212        background-position: 0 0 !important; 
    1313        background-repeat : no-repeat !important; 
    14         background-size : 15px auto !important; 
    1514} 
    1615 
    17 .draggin_box{ 
     16.draggin-box{ 
    1817        cursor : pointer; 
    1918        background-color: #CDC5BF; 
     
    2322        border:1px solid #333; 
    2423        text-align: right; 
     24        z-index: 2000; 
    2525} 
    2626 
    27 .draggin_mail{ 
     27.ui-draggin-default-image{ 
     28    float: left;  
     29    text-align: right; 
     30} 
     31 
     32.draggin-mail{ 
    2833        float: left; 
     34        background-image: url(../img/move.png); 
     35        background-position: 0px 0px; 
     36        background-repeat:no-repeat; 
    2937        color : red; 
    3038        text-align: right; 
    3139        font-weight : bold; 
     40        padding-right : 5px; 
     41        padding-left : 25px;     
     42        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif; 
    3243        font-size : 11px; 
    33         font-family : Lucida Grande, Lucida Sans, Arial, sans-serif; 
    34         padding-right : 5px; 
    35         padding-left : 25px; 
    36         background-image: url(../img/move.png); 
    37         background-position: 0px 0px; 
    38         background-repeat:no-repeat; 
    3944} 
    4045 
    41 .draggin_folder{ 
     46.draggin-folder{ 
    4247        float: left; 
    4348        background-image: url(../img/folder.png); 
     
    6671} 
    6772 
     73.floating-default{ 
     74    float: left;  
     75    text-align: left; 
     76} 
     77 
    6878.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{ 
    6979        background-position: -37px -20px; 
     
    7787        background-position: -100px -20px; 
    7888} 
     89 
     90.float-menu{ 
     91        position:absolute; 
     92        text-align: left; 
     93} 
Note: See TracChangeset for help on using the changeset viewer.