svn commit: r451165 - in /incubator/ofbiz/trunk/framework/images/webapp/images: calendarTable.css calendarstyles.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r451165 - in /incubator/ofbiz/trunk/framework/images/webapp/images: calendarTable.css calendarstyles.css

jonesde
Author: jonesde
Date: Fri Sep 29 01:37:33 2006
New Revision: 451165

URL: http://svn.apache.org/viewvc?view=rev&rev=451165
Log:
These CSS files were created for ofbiz and we have a CLA on file from the contributor (Johan)

Modified:
    incubator/ofbiz/trunk/framework/images/webapp/images/calendarTable.css
    incubator/ofbiz/trunk/framework/images/webapp/images/calendarstyles.css

Modified: incubator/ofbiz/trunk/framework/images/webapp/images/calendarTable.css
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/calendarTable.css?view=diff&rev=451165&r1=451164&r2=451165
==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/calendarTable.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/calendarTable.css Fri Sep 29 01:37:33 2006
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 /* calendar table styles */
 .calendarTable    {
  font-family: Tahoma, Verdana, Arial;
@@ -6,7 +22,7 @@
  color: #FFFFFF;
  padding: 4px;
  background: #FFFFFF;
- border: 1;
+ border: 1px;
  vertical-align: top;
 }
 

Modified: incubator/ofbiz/trunk/framework/images/webapp/images/calendarstyles.css
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/calendarstyles.css?view=diff&rev=451165&r1=451164&r2=451165
==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/calendarstyles.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/calendarstyles.css Fri Sep 29 01:37:33 2006
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 .calendarempty {vertical-align: top; background: #FFFFFF; padding: 4px;}
 .calendarentry {vertical-align: top; background: #EEF3FB; padding: 4px; }
 .monthcalendarentry {vertical-align: top; background: #EEF3FB; padding: 4px; border-top: solid 1px #B6C7E5; }