Ignore:
Timestamp:
01/07/10 13:18:36 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Implementação de Drag and Drop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/templates/default/main.css

    r1922 r1924  
    2525.icon { 
    2626        float:left; 
    27         padding-right: 25px; 
    28         padding-top: 40px; 
    29         width: 140px; 
     27        padding: 40px; 
     28        width: 100px; 
    3029        display:table-cell; 
    3130} 
     
    3534        font-size:10px; 
    3635        overflow:hidden; 
    37         position:fixed; 
    38         width:140px; 
     36        width:100%; 
    3937 
    4038} 
     
    132130} 
    133131 
     132.dragSign{ 
     133        background-color:#f5f5f5; 
     134        border: 1px solid black; 
     135        font-color: green; 
     136} 
    134137 
    135138.message_header { 
     
    154157        background: transparent !important; 
    155158} 
     159 
     160.exportButton{ 
     161        background-image:url('../../templates/default/images/button_export.png'); 
     162        background-repeat: repeat-none; 
     163        width:13px; 
     164        height:12px; 
     165        cursor: pointer; 
     166        cursor: hand; 
     167} 
     168 
Note: See TracChangeset for help on using the changeset viewer.