Index: lams_central/web/WEB-INF/tags/NotebookReedit.tag
===================================================================
diff -u -rc3888371ef51396eac033e0617292dc5a07af6aa -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision c3888371ef51396eac033e0617292dc5a07af6aa)
+++ lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -34,26 +34,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
<%--Comments area---------------------------------------%>
@@ -189,35 +186,32 @@
-
-
-
\ No newline at end of file
+
Index: lams_central/web/comments5/msgview.jsp
===================================================================
diff -u -r793d3319ee7d2aa94af0559c0ee64c08ea6a4581 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/comments5/msgview.jsp (.../msgview.jsp) (revision 793d3319ee7d2aa94af0559c0ee64c08ea6a4581)
+++ lams_central/web/comments5/msgview.jsp (.../msgview.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -106,27 +106,8 @@
+
-
-
- comments/newReplyTopic.do?newUI=true&sessionMapID=${sessionMapID}&parentUid=${commentDto.comment.uid}
-
-
- ·
-
-
-
-
- comments/editTopic.do?newUI=true&sessionMapID=${sessionMapID}&commentUid=${commentDto.comment.uid}&create=${commentDto.comment.created.time}
-
-
- ·
-
-
@@ -163,41 +144,62 @@
·
-
-
+
+
+
+ ·
+
+ comments/editTopic.do?newUI=true&sessionMapID=${sessionMapID}&commentUid=${commentDto.comment.uid}&create=${commentDto.comment.created.time}
+
+
+
+
+
+ ·
+
+ comments/newReplyTopic.do?newUI=true&sessionMapID=${sessionMapID}&parentUid=${commentDto.comment.uid}
+
+
+
Index: lams_central/web/css/_jquery.jRating_base.scss
===================================================================
diff -u -r8de3eaa9202afa22c16447d5236943cbe4749eb1 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/css/_jquery.jRating_base.scss (.../_jquery.jRating_base.scss) (revision 8de3eaa9202afa22c16447d5236943cbe4749eb1)
+++ lams_central/web/css/_jquery.jRating_base.scss (.../_jquery.jRating_base.scss) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -60,13 +60,8 @@
.rating-stars-caption {padding-top: 6px; font-size: 12px}
.rating-stars, .rating-stars-disabled {margin: 0px auto; min-height: 20px;}
-.add-comment {
- margin-top: 30px;
-}
-
.rating-comment {
padding: 15px;
- width: 80%;
margin: 15px auto;
}
Index: lams_central/web/css/components.scss
===================================================================
diff -u -r793d3319ee7d2aa94af0559c0ee64c08ea6a4581 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/css/components.scss (.../components.scss) (revision 793d3319ee7d2aa94af0559c0ee64c08ea6a4581)
+++ lams_central/web/css/components.scss (.../components.scss) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -287,13 +287,13 @@
color: #555;
background-color: var(--bs-white);
background-image: none;
- border-radius: 4px;
+ border-radius: 0.375rem; /* from .form-control */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- border: thin solid var(--bs-secondary);
+ border: 1px solid #ced4da; /* from .form-control */
overflow: hidden;
/* keeps floating objects within ckeditor area */
/* LAMS - min height is set in ckconfig_custom.js but keep the default here too so that most fields
@@ -558,6 +558,7 @@
border-radius: 1rem;
border: 0;
}
+/*---------- .ltable ----------------*/
.ltable {
margin-bottom: 1rem;
@@ -568,21 +569,30 @@
font-style: italic;
color: initial !important;
}
-.ltable>.row {
+.ltable>div {
border-bottom: 2px solid var(--bs-gray-200);
padding: 0.5rem;
margin-left: 0;
margin-right: 0;
}
-.ltable.table-sm>.row {
+
+.ltable.table-sm>div {
padding: 0.25rem;
}
-.ltable.table-striped {
+
+.ltable.table-striped.no-header {
> div:nth-of-type(odd) {
background-color: var(--bs-gray-200);
}
}
-.ltable.table-hover>div:not(:first-child):hover{
+.ltable.table-striped:not(.no-header) {
+ > div:not(:first-child):nth-of-type(even) {
+ background-color: var(--bs-gray-200);
+ }
+}
+
+.ltable.table-hover > div:not(:first-child):hover,
+.ltable.table-hover.no-header > div:first-child:hover{
background-color: var(--bs-gray-200);
}
@@ -619,6 +629,7 @@
.rating-comment{
background-image: none;
border: $border-thin-default-light;
+ border-radius: 0.375rem; /* from .form-control */
}
.rating-comment-posted-by{
@@ -645,41 +656,78 @@
/*----------buttons with icons ----------------*/
-.na, .btn-icon-refresh, .btn-icon-pen, .btn-icon-return, .btn-icon-previous, .btn-icon-next, .btn-icon-comment, .btn-icon-cancel {
+.btn-icon-add,
+.btn-icon-cancel,
+.btn-icon-comment,
+.btn-icon-next,
+.btn-icon-pen,
+.btn-icon-previous,
+.btn-icon-refresh,
+.btn-icon-remove,
+.btn-icon-return,
+na {
display: inline-block;
}
-.na:after, .btn-icon-refresh:before, .btn-icon-pen:before, .btn-icon-return:before, .btn-icon-previous:before, .btn-icon-next:after, .btn-icon-comment:after, .btn-icon-cancel:before {
- font-family: FontAwesome;
+.btn-icon-add:before,
+.btn-icon-cancel:before,
+.btn-icon-comment:after,
+.btn-icon-next:after,
+.btn-icon-previous:before,
+.btn-icon-pen:before,
+.btn-icon-refresh:before,
+.btn-icon-remove:before,
+.btn-icon-return:before,
+.na:after { font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
- margin-left: 0.25rem;
color: inherit;
}
+.btn-icon-comment:after,
+.btn-icon-next:after,
.na:after {
- content: "\f0a9";
+ margin-left: 0.25rem;
}
-.btn-icon-refresh:before {
- content: "\f021";
+.btn-icon-add:before,
+.btn-icon-cancel:before,
+.btn-icon-previous:before,
+.btn-icon-pen:before,
+.btn-icon-refresh:before,
+.btn-icon-remove:before,
+.btn-icon-return:before {
+ margin-right: 0.25rem;
}
+
+.btn-icon-add:before {
+ content: "\2b";
+}
+.btn-icon-cancel:before {
+ content: "\f05e";
+}
+.btn-icon-comment:after {
+ content: "\f1d8";
+}
+.btn-icon-next:after {
+ content: "\f101";
+}
.btn-icon-pen:before {
content: "\f044";
}
-.btn-icon-return:before {
- content: "\f2ea";
-}
.btn-icon-previous:before {
content: "\f100";
}
-.btn-icon-next:after {
- content: "\f101";
+.btn-icon-refresh:before {
+ content: "\f021";
}
-.btn-icon-comment:after {
- content: "\f1d8";
+.btn-icon-remove:before {
+ content: "\f1f8";
}
-.btn-icon-cancel:before {
- content: "\f05e";
+.btn-icon-return:before {
+ content: "\f2ea";
}
+.na:after {
+ content: "\f0a9";
+}
/*----------slider----------------*/
Index: lams_central/web/css/defaultHTML_jquery.jRating.scss
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/css/defaultHTML_jquery.jRating.scss (.../defaultHTML_jquery.jRating.scss) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_central/web/css/defaultHTML_jquery.jRating.scss (.../defaultHTML_jquery.jRating.scss) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -1,2 +1,2 @@
@import "_lams_variables.scss";
-@import "_jquery.jRating_base.scss";
+@import "_jquery.jRating_base.scss";
\ No newline at end of file
Index: lams_central/web/includes/javascript/portrait5.js
===================================================================
diff -u -rf11663c9b27c276fae910e6c3fa5561a3e2af781 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_central/web/includes/javascript/portrait5.js (.../portrait5.js) (revision f11663c9b27c276fae910e6c3fa5561a3e2af781)
+++ lams_central/web/includes/javascript/portrait5.js (.../portrait5.js) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -63,14 +63,15 @@
// define a small header with the portrait and two lines of text next to portrait
function definePortraitMiniHeader(portraitId, userId, LAMS_URL, line1, line2, portraitOnRight, otherClasses) {
- var html = '
';
- html += definePortrait(portraitId, userId, "small", true, LAMS_URL, portraitOnRight ? "pull-right" : "pull-left roffset5");
- html += '' + line1 + '';
- html += '
' + line2 + '';
- html += '
';
+ var html =
+ '
' +
+ '
' +
+ definePortrait(portraitId, userId, "small", true, LAMS_URL, portraitOnRight ? "pull-right" : "pull-left roffset5") +
+ '
' +
+ '
' + line1 + '' +
+ '
' +
+ '
' + line2 + '' +
+ '
';
return html;
}
Index: lams_tool_assessment/web/pages/learning/results/attemptsummary.jsp
===================================================================
diff -u -r6866da235d682d74f883afdd01e00e92d16a13eb -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_assessment/web/pages/learning/results/attemptsummary.jsp (.../attemptsummary.jsp) (revision 6866da235d682d74f883afdd01e00e92d16a13eb)
+++ lams_tool_assessment/web/pages/learning/results/attemptsummary.jsp (.../attemptsummary.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -1,4 +1,4 @@
-
+
Index: lams_tool_forum/web/jsps/learning/viewforum.jsp
===================================================================
diff -u -re8e86d379857a349822a501189888545e69e56ac -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_forum/web/jsps/learning/viewforum.jsp (.../viewforum.jsp) (revision e8e86d379857a349822a501189888545e69e56ac)
+++ lams_tool_forum/web/jsps/learning/viewforum.jsp (.../viewforum.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -108,24 +108,22 @@
-
-
+
-
-
+
-
-
+
+
Index: lams_tool_forum/web/jsps/learning/viewtopic.jsp
===================================================================
diff -u -re8e86d379857a349822a501189888545e69e56ac -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_forum/web/jsps/learning/viewtopic.jsp (.../viewtopic.jsp) (revision e8e86d379857a349822a501189888545e69e56ac)
+++ lams_tool_forum/web/jsps/learning/viewtopic.jsp (.../viewtopic.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -99,7 +99,7 @@
-
+
Index: lams_tool_images/web/pages/authoring/parts/addimage5.jsp
===================================================================
diff -u -r793d3319ee7d2aa94af0559c0ee64c08ea6a4581 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_images/web/pages/authoring/parts/addimage5.jsp (.../addimage5.jsp) (revision 793d3319ee7d2aa94af0559c0ee64c08ea6a4581)
+++ lams_tool_images/web/pages/authoring/parts/addimage5.jsp (.../addimage5.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -62,8 +62,8 @@
-
-
+
+
Index: lams_tool_images/web/pages/learning/learning.jsp
===================================================================
diff -u -r572226a47e63b49ca60f35de579ec230feaa409a -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 572226a47e63b49ca60f35de579ec230feaa409a)
+++ lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -195,16 +195,22 @@
<%--Main image---------------------------------------------------%>
-
-
+
+
+
- <%--Comments & Ranking/Voting area----------------------------------------------%>
-
-
- <%@ include file="/pages/learning/parts/commentsarea.jsp"%>
+ <%--Comments & Ranking/Voting area-------------------------------%>
+
+ <%@ include file="/pages/learning/parts/commentsarea.jsp"%>
+
+
+
+
+
+
<%--Reflection--------------------------------------------------%>
Index: lams_tool_images/web/pages/learning/parts/commentsarea.jsp
===================================================================
diff -u -r8de3eaa9202afa22c16447d5236943cbe4749eb1 -r8121ab6e6a1166176a6c77a34a4eeee03ff0787c
--- lams_tool_images/web/pages/learning/parts/commentsarea.jsp (.../commentsarea.jsp) (revision 8de3eaa9202afa22c16447d5236943cbe4749eb1)
+++ lams_tool_images/web/pages/learning/parts/commentsarea.jsp (.../commentsarea.jsp) (revision 8121ab6e6a1166176a6c77a34a4eeee03ff0787c)
@@ -1,15 +1,13 @@
<%@ include file="/common/taglibs.jsp"%>
-
-
-
-
+
+