Index: lams_central/web/css/defaultHTML_rtl_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v
diff -u -r1.16.14.3 -r1.16.14.4
--- lams_central/web/css/defaultHTML_rtl_learner.css 3 Nov 2015 02:53:14 -0000 1.16.14.3
+++ lams_central/web/css/defaultHTML_rtl_learner.css 12 Jan 2016 12:20:06 -0000 1.16.14.4
@@ -544,4 +544,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