You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/06 17:27:11 UTC

svn commit: r609340 - in /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource: DB/theme.css WH/theme.css

Author: skitching
Date: Sun Jan  6 08:27:11 2008
New Revision: 609340

URL: http://svn.apache.org/viewvc?rev=609340&view=rev
Log:
TOMAHAWK-1076 Minor fix to css style: "1" -> "1px". Thanks to Sean Owen.

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/DB/theme.css
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/WH/theme.css

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/DB/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/DB/theme.css?rev=609340&r1=609339&r2=609340&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/DB/theme.css (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/DB/theme.css Sun Jan  6 08:27:11 2008
@@ -2,7 +2,7 @@
 .jscalendar-DB-table-style {
     font-family:arial;
     font-size:11px;
-    border-width:1;
+    border-width:1px;
     border-style:solid;
     border-color:#a0a0a0;
 	background-color: #ffffff;
@@ -49,7 +49,7 @@
 /* Moused-over (selected) appearance of controls in calendar title. */
 .jscalendar-DB-title-control-select-style {
 	border-style: solid;
-	border-width: 1;
+	border-width: 1px;
 	border-color: #88AAFF;
 	cursor: pointer;
 }

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/WH/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/WH/theme.css?rev=609340&r1=609339&r2=609340&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/WH/theme.css (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/WH/theme.css Sun Jan  6 08:27:11 2008
@@ -2,7 +2,7 @@
 .jscalendar-WH-table-style {
     font-family:arial;
     font-size:11px;
-    border-width:1;
+    border-width:1px;
     border-style:solid;
     border-color:#000000;
     color:#000000;
@@ -44,7 +44,7 @@
 /* Moused-over (selected) appearance of controls in calendar title. */
 .jscalendar-WH-title-control-select-style {
 	border-style: solid;
-	border-width: 1;
+	border-width: 1px;
 	border-color: #FFFFFF;
 	cursor: pointer;
 }