Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.43 -r1.44
--- lams_central/web/css/defaultHTML.css 17 Aug 2009 01:36:34 -0000 1.43
+++ lams_central/web/css/defaultHTML.css 12 Apr 2011 15:44:54 -0000 1.44
@@ -1357,6 +1357,18 @@
.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;
}
+/* 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;}
+#datetime {padding-left: 7px; margin-right: 20px;}
+#dateInfo {padding-left: 7px;}
+#dateInfoDiv a {margin-left:10px;}
+
+/* Growl functionality, jquery.blockUI (version: 2.38) */
+div.growlUI { background: url(../images/css/check48.png) no-repeat 10px 10px }
+div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left }
+div.growlUI h1 { font-size: medium }
+
/*IE style workarounds */
* html #content {
Index: lams_central/web/css/defaultHTML_rtl.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v
diff -u -r1.26 -r1.27
--- lams_central/web/css/defaultHTML_rtl.css 17 Aug 2009 05:46:27 -0000 1.26
+++ lams_central/web/css/defaultHTML_rtl.css 12 Apr 2011 15:44:54 -0000 1.27
@@ -1350,6 +1350,18 @@
.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;
}
+/* 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;}
+#datetime {padding-left: 7px; margin-right: 20px;}
+#dateInfo {padding-left: 7px;}
+#dateInfoDiv a {margin-left:10px;}
+
+/* Growl functionality, jquery.blockUI (version: 2.38) */
+div.growlUI { background: url(../images/css/check48.png) no-repeat 10px 10px }
+div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left }
+div.growlUI h1 { font-size: medium }
+
/*IE style workarounds */
* html #content {
background-color:#fff;
Index: lams_central/web/css/jquery-ui-timepicker-addon.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/jquery-ui-timepicker-addon.css,v
diff -u -r1.3 -r1.4
--- lams_central/web/css/jquery-ui-timepicker-addon.css 12 Apr 2011 12:19:44 -0000 1.3
+++ lams_central/web/css/jquery-ui-timepicker-addon.css 12 Apr 2011 15:44:54 -0000 1.4
@@ -3,10 +3,4 @@
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
-.ui-timepicker-div td { font-size: 90%; }
-
-
-/* css for jquery.blockUI (version: 2.38), growl functionality */
-div.growlUI { background: url(../images/css/check48.png) no-repeat 10px 10px }
-div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left }
-div.growlUI h1 { font-size: medium }
\ No newline at end of file
+.ui-timepicker-div td { font-size: 90%; }
\ No newline at end of file