Index: lams_central/web/css/defaultHTML_learner_mobile.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner_mobile.css,v
diff -u -r1.7.2.2 -r1.7.2.3
--- lams_central/web/css/defaultHTML_learner_mobile.css 3 Nov 2015 02:53:14 -0000 1.7.2.2
+++ lams_central/web/css/defaultHTML_learner_mobile.css 12 Jan 2016 12:20:06 -0000 1.7.2.3
@@ -222,4 +222,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