Revision 8f810cb7

b/src/gr/grnet/pithos/web/client/Pithos.java
227 227
	/**
228 228
	 * The bottom panel that contains the status bar.
229 229
	 */
230
	private StatusPanel statusPanel = null;
230
	StatusPanel statusPanel = null;
231 231

  
232 232
	/**
233 233
	 * The file list widget.
......
1394 1394
				
1395 1395
				@Override
1396 1396
				public void setPosition(int offsetWidth, int offsetHeight) {
1397
					uploadAlert.setPopupPosition((Window.getClientWidth() - offsetWidth)/2, Window.getClientHeight() - offsetHeight);
1397
					uploadAlert.setPopupPosition((Window.getClientWidth() - offsetWidth)/2, statusPanel.getAbsoluteTop() - offsetHeight);
1398 1398
				}
1399 1399
			});
1400
		else
1401
			uploadAlert.setNumOfFiles(nOfFiles);
1400
		uploadAlert.setNumOfFiles(nOfFiles);
1402 1401
	}
1403 1402
	
1404 1403
	public void hideUploadAlert() {

Also available in: Unified diff