[Bedework-commit] r644 -
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default
svnadmin at bedework.org
svnadmin at bedework.org
Thu Jun 22 19:50:51 EDT 2006
Author: johnsa
Date: 2006-06-22 19:50:50 -0400 (Thu, 22 Jun 2006)
New Revision: 644
Modified:
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css
Log:
updates to departmental example calsuite styles
Modified: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css 2006-06-22 21:46:37 UTC (rev 643)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css 2006-06-22 23:50:50 UTC (rev 644)
@@ -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