Fixed alignment in file upload modal box - refs #5908

skala
Yannick Warnier 12 years ago
parent 3ac15b06e9
commit d9c2cef38d
  1. 2
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/jscripts/thickbox.js
  2. 2
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/thickbox.css

@ -186,7 +186,7 @@ function tb_show(caption, url, imageGroup) {//function called when the user clic
TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL
TB_HEIGHT = (params['height']*1) + 40 || 40; //defaults to 440 if no paramaters were added to URL. Chamilo change 440 by 40
ajaxContentW = TB_WIDTH - 30;
ajaxContentW = TB_WIDTH - 5;
ajaxContentH = TB_HEIGHT - 45;
if(url.indexOf('TB_iframe') != -1){// either iframe or ajax window

@ -119,7 +119,7 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
}
#TB_ajaxContent.TB_modal{
padding:15px;
padding:15px 15px 15px 0px;
}
#TB_ajaxContent p{

Loading…
Cancel
Save