Changeset 78ae7ff in indico
- Timestamp:
- 03/10/11 18:54:31 (2 years ago)
- 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)
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Core/Dialogs/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Core/Dialogs/Popup.js
rac1aa3 r78ae7ff 162 162 // dialog is displayed. 163 163 var contentHeight = this._calculateContentHeight(); 164 //this.contentWrapper.setStyle('height', pixels(contentHeight));164 this.contentWrapper.setStyle('height', pixels(contentHeight)); // commented out in 42c6b7ce - why? 165 165 //this.contentWrapper.setStyle('marginTop', pixels((this.closeHandler && !this.title) ? 30 : 10)); 166 166 this.contentWrapper.setStyle('overflowY', 'auto');
Note: See TracChangeset
for help on using the changeset viewer.
