Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.37 -r1.38
--- lams_central/web/css/defaultHTML_learner.css 26 Oct 2015 02:04:30 -0000 1.37
+++ lams_central/web/css/defaultHTML_learner.css 15 Dec 2015 10:20:53 -0000 1.38
@@ -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