Ignore:
Timestamp:
09/21/09 14:42:01 (15 years ago)
Author:
rufino
Message:

Ticket #442 - Criado o plugin smarty {wf_autocomplete_input} que implementa uma listagem type ahead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/templates/default/css/lightbox.css

    r795 r1428  
    1818        width:600px; 
    1919        min-height:50px; 
    20         max-height:400px; 
     20        max-height:600px; 
    2121        height:auto !important; 
    22         height:400px; 
     22        height:600px; 
    2323        margin:-220px 0 0 -300px; 
    2424        border:1px solid #000000; 
     
    2828        overflow: auto; 
    2929        padding: 5px; 
    30         height: expression(this.scrollHeight > 400 ? "400px" : "auto");/* solução para o problema de altura minima no IE */ 
     30        height: expression(this.scrollHeight > 600 ? "600px" : "auto");/* solução para o problema de altura minima no IE */ 
    3131} 
    3232 
Note: See TracChangeset for help on using the changeset viewer.