Changeset 78ae7ff in indico


Ignore:
Timestamp:
03/10/11 18:54:31 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
fc4880
Parents:
f179c6
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (03/10/11 12:17:14)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (03/10/11 18:54:31)
Message:

[FIX] use proper height for progress dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Core/Dialogs/Popup.js

    rac1aa3 r78ae7ff  
    162162        // dialog is displayed. 
    163163        var contentHeight = this._calculateContentHeight(); 
    164         //this.contentWrapper.setStyle('height', pixels(contentHeight)); 
     164        this.contentWrapper.setStyle('height', pixels(contentHeight)); // commented out in 42c6b7ce - why? 
    165165        //this.contentWrapper.setStyle('marginTop', pixels((this.closeHandler && !this.title) ? 30 : 10)); 
    166166        this.contentWrapper.setStyle('overflowY', 'auto'); 
Note: See TracChangeset for help on using the changeset viewer.