[Bedework-commit] r648 - branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default

svnadmin at bedework.org svnadmin at bedework.org
Fri Jun 23 10:14:33 EDT 2006


Author: johnsa
Date: 2006-06-23 10:14:32 -0400 (Fri, 23 Jun 2006)
New Revision: 648

Modified:
   branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css
Log:
corrected SoE css (as is in snapshot release)

Modified: branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css
===================================================================
--- branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css	2006-06-23 04:48:25 UTC (rev 647)
+++ branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css	2006-06-23 14:14:32 UTC (rev 648)
@@ -251,6 +251,8 @@
   border-bottom: 2px solid #aaa;
   border-left: 2px solid #333;
   border-right: 2px solid #333;
+  background-color: white;
+  color: black;
 }
 #eventTable td.fieldname {
   margin: 0em;
@@ -278,15 +280,15 @@
   text-align: right;
   padding: 0.5em 1em 0.2em 0.5em;
   white-space: nowrap;
-	font-size: 0.9em;
-	font-weight: normal;
+  font-size: 0.9em;
+  font-weight: normal;
 }
 #eventTable th.icalIcon a {
   text-decoration: none;
 }
 #eventTable th.icalIcon img {
   vertical-align: middle;
-	padding-left: 1em;
+  padding-left: 1em;
 }
 #eventTable th.fieldname {
   text-align: left;
@@ -543,7 +545,7 @@
   padding: 4px;
   border: 1px solid #333;
 }
-#monthCalendarTable a:hover span.eventTipStatus {
+#monthCalendarTable a:hover span.eventTipStatusCancelled {
   display: block;
   color: white;
   background-color: #333;
@@ -551,6 +553,15 @@
   margin-bottom: 6px;
   text-align: center;
 }
+#monthCalendarTable a:hover span.eventTipStatusTentative {
+  display: block;
+  color: black;
+  background: #eee url('../../images/tentativeLines.gif') top;
+  padding: 2px;
+  margin-bottom: 6px;
+  border: 1px solid #ccc;
+  text-align: center;
+}
 a.gridAdd {
   display: block;
   float: right;
@@ -832,8 +843,8 @@
   padding: 0.2em 0.2em 0.2em 0.5em;
   font-size: 1.3em;
   border-bottom: 1px solid #ccc;
-  border-left: 2px solid #aaa;
-  border-right: 2px solid #aaa;
+  border-left: 2px solid #333;
+  border-right: 2px solid #333;
 }
 h2 a:link,
 h2 a:active,



More information about the Bedework-commit mailing list