Ver Fonte

[svn r13307] remove some white space

Julian Prud'homme há 17 anos atrás
pai
commit
07bb04c934
1 ficheiros alterados com 2 adições e 2 exclusões
  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'];