Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.45 -r1.46
--- lams_central/web/css/defaultHTML.css 29 Jul 2011 14:56:14 -0000 1.45
+++ lams_central/web/css/defaultHTML.css 5 Dec 2011 16:04:11 -0000 1.46
@@ -1361,6 +1361,9 @@
.mycourses-completed-img {background: url('../images/css/lesson_completed.png') no-repeat 0 3px; margin-left:20px; margin-right:5px; padding:5px 0px 5px 25px;
}
+.mycourses-notifications-img {background: url('../images/css/notifications_go.png') no-repeat 0 3px; margin-left:20px; margin-right:5px; padding:5px 0px 5px 25px;
+}
+
/* Date and time restriction area in monitor */
#restrictUsageDiv {font-size: 13px; padding-bottom: 10px; padding-left: 18px; padding-top: -5px;}
#restrictUsageDiv :first-child {padding-bottom: 10px; padding-top: -5px;}
@@ -1681,3 +1684,22 @@
border-right:1px solid #d2d2d2;
border-bottom: 0px;
}
+
+#content-main a.course-notifications {
+ background: url('../images/css/course-notifications.png') no-repeat 0px 0px;
+ color: #666;
+ padding: 5px 12px 6px 30px;
+ text-decoration: none;
+ border-right:1px solid #d2d2d2;
+ border-bottom: 0px;
+ display: run-in;
+}
+
+#content-main a:hover.course-notifications {
+ background: url('../images/css/course-notifications.png') no-repeat 0px 0px;
+ color: #47bc23;
+ padding: 5px 12px 6px 30px;
+ text-decoration: none;
+ border-right:1px solid #d2d2d2;
+ border-bottom: 0px;
+}