Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
diff -u -r53d60d5d44af50b85d6ed3ed5ce4941f2bc1b611 -r46bcb6ea758a272250071d1a571d008c6745e593
--- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 53d60d5d44af50b85d6ed3ed5ce4941f2bc1b611)
+++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 46bcb6ea758a272250071d1a571d008c6745e593)
@@ -616,4 +616,52 @@
/* 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%;
}
\ No newline at end of file