Changeset 1990


Ignore:
Timestamp:
02/10/10 08:45:07 (14 years ago)
Author:
pedroerp
Message:

Ticket #868 - Corrigindo a altura das janelas de ediçao do organograma.

File:
1 edited

Legend:

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

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