Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
diff -u -rb7c5082756a8b0cdc42797b1176452893f4d4e19 -rd3c9d3f03c16e8f7025d7b2bfe84e68af4fc0746
--- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision b7c5082756a8b0cdc42797b1176452893f4d4e19)
+++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision d3c9d3f03c16e8f7025d7b2bfe84e68af4fc0746)
@@ -616,4 +616,56 @@
/* jQuery tablesorter/pager/filter defaults */
.tablesorter .disabled {
display: none
+}
+
+/* Comments Widget */
+iframe.commentFrame{
+ border: 0 none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+
+.comment-author {
+ color:#0087e5;
+ font-size:11px;
+ margin-bottom:2px;
+}
+
+.comment-date {
+ font-size:11px;
+ margin-bottom:2px;
+}
+
+table.comment {
+ width:100%;
+ margin-left:0px;
+ padding-top:0px;
+ margin-bottom:5px;
+ text-align:left;
+}
+
+table.comment td {
+ padding:0px;
+ padding-left:0px;
+ font-size:11px;
+ vertical-align:top;
+}
+a.comment {
+ color: #47bc23;
+ text-decoration: none;
+ border-bottom: none;
+}
+textarea.comment {
+ width: 99%;
+ height: 60px;
+ margin-bottom:10px;
+}
+div.comment-entry {
+ width: 98%;
+}
+
+.fa-faded {
+ color: silver
}
\ No newline at end of file