浏览代码

[svn r13307] remove some white space

Julian Prud'homme 17 年之前
父节点
当前提交
07bb04c934
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main/newscorm/learnpath.class.php

+ 2 - 2
main/newscorm/learnpath.class.php

@@ -5576,7 +5576,7 @@ function display_thread_form($action = 'add', $id = 0, $extra_info = '')
 		}
 		
 		div.row div.formw {
-			width: 85%;
+			width: 88%;
 		}
 		</style>';
 			
@@ -5660,7 +5660,7 @@ function display_thread_form($action = 'add', $id = 0, $extra_info = '')
 			$item_description	= '';
 		}
 				
-		$return = '<div style="margin:3px 10px;">';
+		$return = '<div style="margin:3px 0px;">';
 			
 			if($id != 0 && is_array($extra_info))
 				$parent = $extra_info['parent_item_id'];