Index: lams_central/web/css/jTip.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/jTip.css,v diff -u -r1.1 -r1.2 --- lams_central/web/css/jTip.css 26 Jan 2009 18:32:29 -0000 1.1 +++ lams_central/web/css/jTip.css 27 Jan 2009 19:57:57 -0000 1.2 @@ -86,3 +86,9 @@ filter:mask(); height:3000px; } + +a#editingAdvice{ + float: right; + margin-right: 30px; + color: #47BC23; +} \ No newline at end of file Index: lams_central/web/includes/javascript/jtip.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/jtip.js,v diff -u -r1.1 -r1.2 --- lams_central/web/includes/javascript/jtip.js 26 Jan 2009 18:32:29 -0000 1.1 +++ lams_central/web/includes/javascript/jtip.js 27 Jan 2009 19:57:57 -0000 1.2 @@ -62,6 +62,9 @@ var JT_width = (getAbsoluteLeft(linkId) - 22); $('#JT').css({left: 2, width: JT_width}); //adjust width to fit } + + $('#JT').height(120); + //get the height of the jtip after loading it var jtip_height = $('#JT').height(); //adjust the top of jTip Index: lams_tool_notebook/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_notebook/web/pages/authoring/pedagogicalPlannerForm.jsp 26 Jan 2009 18:33:46 -0000 1.2 +++ lams_tool_notebook/web/pages/authoring/pedagogicalPlannerForm.jsp 27 Jan 2009 19:58:00 -0000 1.3 @@ -5,7 +5,7 @@ - + @@ -15,14 +15,17 @@

+ + - " + " href="${tipUrl}" id="editingAdvice"> +