Changeset 1227

Show
Ignore:
Timestamp:
10/17/08 09:24:04 (3 months ago)
Author:
elemoine
Message:

change the modal window z-index so that the combobox of the editing panel is still active when the attributes form is disabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/MapFishUnhcr/client/examples/editing/editing-panel.html

    r970 r1227  
    4949      height:20px !important; 
    5050      width:20px !important; 
     51    } 
     52    /* change the modal window z-index so that the combobox of the editing panel 
     53       is still active when the attributes form is disabled */ 
     54    .ext-el-mask { 
     55      z-index: 10999; 
    5156    } 
    5257    </style>