Ignore:
Timestamp:
07/31/12 15:11:44 (12 years ago)
Author:
gustavo
Message:

Ticket #2953 - Melhorar a disposicao da listagem de anexos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/library/ckeditor/plugins/expresso/plugin.js

    r6875 r6918  
    181181                        adjust: { 
    182182                           resize: true, 
    183                            scroll: true 
     183                           scroll: true, 
     184                           screen: show 
    184185                        } 
    185186                    }, 
     
    193194                            width: 1, 
    194195                            radius: 5 
     196                        }, 
     197                        width: { 
     198                             min: 75, 
     199                             max : 1000 
    195200                        }, 
    196201                        padding: 3,  
     
    250255                    adjust: { 
    251256                       resize: true, 
    252                        scroll: true 
     257                       scroll: true, 
     258                       screen: show 
    253259                    } 
    254260                }, 
     
    263269                        radius: 5 
    264270                    }, 
     271                    width: { 
     272                         min: 75, 
     273                         max : 1000 
     274                    }, 
    265275                    padding: 3,  
    266276                    textAlign: 'left', 
Note: See TracChangeset for help on using the changeset viewer.