Index: lams_central/web/includes/javascript/popover-tag.js =================================================================== diff -u -r3b38f0a90eb12eb72ebd7171062c77d3695302eb -rb8506f4514d358dea8c01475dd2d2acef0909843 --- lams_central/web/includes/javascript/popover-tag.js (.../popover-tag.js) (revision 3b38f0a90eb12eb72ebd7171062c77d3695302eb) +++ lams_central/web/includes/javascript/popover-tag.js (.../popover-tag.js) (revision b8506f4514d358dea8c01475dd2d2acef0909843) @@ -13,6 +13,10 @@ "tabindex" : "0", "role" : "button" }) + .css({ + 'color' : 'black', + 'text-decoration' : 'none' + }) .on('keypress', function(e){ if (e.keyCode === 32 || e.keyCode == 13) { // check for Space or Enter key and simulate a click @@ -21,6 +25,7 @@ } }) .popover({ + 'container' : 'body', 'html' : true, 'trigger' : 'click', // without this option the close button in popover title does not show up Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -rb2b9056f147f07040dab6ab9c92d7b505776996f -rb8506f4514d358dea8c01475dd2d2acef0909843 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision b2b9056f147f07040dab6ab9c92d7b505776996f) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision b8506f4514d358dea8c01475dd2d2acef0909843) @@ -314,7 +314,10 @@
  - + + + +
@@ -341,15 +344,21 @@   - + + +   - + + +   - + + + Index: lams_tool_assessment/web/pages/monitoring/statisticpart.jsp =================================================================== diff -u -r3b38f0a90eb12eb72ebd7171062c77d3695302eb -rb8506f4514d358dea8c01475dd2d2acef0909843 --- lams_tool_assessment/web/pages/monitoring/statisticpart.jsp (.../statisticpart.jsp) (revision 3b38f0a90eb12eb72ebd7171062c77d3695302eb) +++ lams_tool_assessment/web/pages/monitoring/statisticpart.jsp (.../statisticpart.jsp) (revision b8506f4514d358dea8c01475dd2d2acef0909843) @@ -308,10 +308,8 @@ - - + - Here is a link @@ -331,35 +329,21 @@   - - + - Here is a link   - - - - - + + +   - - - - Here is a link + +