[richfaces-svn-commits] JBoss Rich Faces SVN: r2080 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 6 11:55:58 EDT 2007
Author: sergeyhalipov
Date: 2007-08-06 11:55:58 -0400 (Mon, 06 Aug 2007)
New Revision: 2080
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
Log:
http://jira.jboss.com/jira/browse/RF-342
Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss 2007-08-06 15:36:39 UTC (rev 2079)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss 2007-08-06 15:55:58 UTC (rev 2080)
@@ -4,16 +4,13 @@
xmlns="http://www.w3.org/1999/xhtml" >
<f:verbatim><![CDATA[
.calendar_exterior{
- border : 1px solid #c0c0c0; /*panelBorderColor*/
+ border : 1px solid;
}
.calendar_btn{
cursor : pointer;
}
.calendar_header{
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- background : #C7D7EC; /*additionalBackgroundColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-bottom : 1px solid;
padding : 7px;
height : 22px;
}
@@ -24,23 +21,15 @@
}
.calendar_cell{
- background-color : #FFFFFF; /*generalBackgroundColor*/
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- border-right : 1px solid #c0c0c0; /*panelBorderColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-bottom : 1px solid;
+ border-right : 1px solid;
padding : 0px;
vertical-align : middle;
text-align : center;
}
.calendar_tool{
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- background-color : #224986; /*headerBackgroundColor*/
- font-size : 11px; /*headerSizeFont*/
- font-family : verdana; /*headerFamilyFont*/
- color : #ffffff; /*headerTextColor*/
- font-weight : bold;
+ border-bottom : 1px solid;
vertical-align : middle;
text-align : center;
width : 25px;
@@ -48,32 +37,22 @@
}
.calendar_month{
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- background-color : #224986; /*headerBackgroundColor*/
- font-size : 11px; /*headerSizeFont*/
- font-family : verdana; /*headerFamilyFont*/
- color : #ffffff; /*headerTextColor*/
- font-weight : bold;
+ border-bottom : 1px solid;
vertical-align : middle;
text-align : center;
}
.calendar_days{
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- border-right : 0px solid #c0c0c0; /*panelBorderColor*/
- background : #C7D7EC; /*additionalBackgroundColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-bottom : 1px solid;
+ border-right : 0px solid;
vertical-align : middle;
text-align : center;
height : 22px;
}
.calendar_week{
- border-bottom : 1px solid #c0c0c0; /*panelBorderColor*/
- border-right : 1px solid #c0c0c0; /*panelBorderColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-bottom : 1px solid;
+ border-right : 1px solid;
background-color : #f5f5f5; /*unknown parameter - need to add*/
vertical-align : middle;
text-align : center;
@@ -95,13 +74,6 @@
background-color : #e4f5e2; /*unknown parameter - need to add*/
}
-.calendar_select{
- background-color : #224986; /*headerBackgroundColor*/
- color : #FFFFFF; /*headerTextColor*/
- font-weight : bold;
-}
-
-
.right_cell{
border-right : 0px;
}
@@ -111,21 +83,15 @@
}
.calendar_toolfooter{
- border-top : 1px solid #c0c0c0; /*panelBorderColor*/
- border-right : 0px solid #c0c0c0; /*panelBorderColor*/
- background : #C7D7EC; /*additionalBackgroundColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-top : 1px solid;
+ border-right : 0px solid;
padding : 0px 7px 0px 7px;
height : 22px;
}
.calendar_footer{
- border-top : 1px solid #c0c0c0; /*panelBorderColor*/
- border-right : 0px solid #c0c0c0; /*panelBorderColor*/
- background : #C7D7EC; /*additionalBackgroundColor*/
- font-size : 11px; /*generalSizeFont*/
- font-family : verdana; /*generalFamilyFont*/
+ border-top : 1px solid;
+ border-right : 0px solid;
padding : 7px;
height : 22px;
}
@@ -137,39 +103,41 @@
</u:selector>
<u:selector name=".calendar_header">
- <u:style name="border-bottom" skin="panelBorderColor"/>
- <u:style name="background" skin="additionalBackgroundColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
+ <u:style name="background-color" skin="additionalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
<u:selector name=".calendar_cell">
- <u:style name="border-bottom" skin="panelBorderColor"/>
- <u:style name="border-right" skin="panelBorderColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
+ <u:style name="border-right-color" skin="panelBorderColor"/>
<u:style name="background-color" skin="generalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
<u:selector name=".calendar_tool">
- <u:style name="border-bottom" skin="panelBorderColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
<u:style name="background-color" skin="headerBackgroundColor"/>
<u:style name="font-size" skin="headerSizeFont"/>
<u:style name="font-family" skin="headerFamilyFont"/>
+ <u:style name="font-weight" skin="headerWeightFont"/>
<u:style name="color" skin="headerTextColor"/>
</u:selector>
<u:selector name=".calendar_month">
- <u:style name="border-bottom" skin="panelBorderColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
<u:style name="background-color" skin="headerBackgroundColor"/>
<u:style name="font-size" skin="headerSizeFont"/>
<u:style name="font-family" skin="headerFamilyFont"/>
+ <u:style name="font-weight" skin="headerWeightFont"/>
<u:style name="color" skin="headerTextColor"/>
</u:selector>
<u:selector name=".calendar_days">
- <u:style name="border-bottom" skin="panelBorderColor"/>
- <u:style name="border-right" skin="panelBorderColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
+ <u:style name="border-right-color" skin="panelBorderColor"/>
<u:style name="background" skin="additionalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
@@ -181,8 +149,8 @@
/* background-color : #f5f5f5; unknown parameter - need to add*/
<u:selector name=".calendar_week">
- <u:style name="border-bottom" skin="panelBorderColor"/>
- <u:style name="border-right" skin="panelBorderColor"/>
+ <u:style name="border-bottom-color" skin="panelBorderColor"/>
+ <u:style name="border-right-color" skin="panelBorderColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
@@ -214,27 +182,23 @@
<u:selector name=".calendar_select">
<u:style name="background-color" skin="headerBackgroundColor"/>
<u:style name="color" skin="headerTextColor"/>
+ <u:style name="font-weight" skin="headerWeightFont"/>
</u:selector>
- <u:selector name=".calendar_select">
- <u:style name="background-color" skin="headerBackgroundColor"/>
- <u:style name="color" skin="headerTextColor"/>
- </u:selector>
-
<u:selector name=".calendar_toolfooter">
- <u:style name="border-top" skin="panelBorderColor"/>
- <u:style name="border-right" skin="panelBorderColor"/>
+ <u:style name="border-top-color" skin="panelBorderColor"/>
+ <u:style name="border-right-color" skin="panelBorderColor"/>
<u:style name="background" skin="additionalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
<u:selector name=".calendar_footer">
- <u:style name="border-top" skin="panelBorderColor"/>
- <u:style name="border-right" skin="panelBorderColor"/>
+ <u:style name="border-top-color" skin="panelBorderColor"/>
+ <u:style name="border-right-color" skin="panelBorderColor"/>
<u:style name="background" skin="additionalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
-</f:template>
\ No newline at end of file
+</f:template>
More information about the richfaces-svn-commits
mailing list