Author: nbelaevski
Date: 2008-03-09 18:16:31 -0400 (Sun, 09 Mar 2008)
New Revision: 6632
Modified:
trunk/ui/core/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss
Log:
Added skinning classes
Modified:
trunk/ui/core/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss
===================================================================
---
trunk/ui/core/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss 2008-03-09
21:37:04 UTC (rev 6631)
+++
trunk/ui/core/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss 2008-03-09
22:16:31 UTC (rev 6632)
@@ -4,12 +4,12 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
- <u:selector name=".rich-container input,
- .rich-container select,
- .rich-container textarea,
- .rich-container button,
- .rich-container keygen,
- .rich-container isindex">
+ <u:selector name=".rich-container input, .rich-input,
+ .rich-container select, .rich-select,
+ .rich-container textarea, .rich-textarea,
+ .rich-container button, .rich-button,
+ .rich-container keygen, .rich-keygen,
+ .rich-container isindex, .rich-isindex">
<u:style name="border-width" value="1px" />
<u:style name="border-color" skin="panelBorderColor" />
<u:style name="color" skin="controlTextColor" />
@@ -17,18 +17,19 @@
<f:verbatim>
<![CDATA[
- .rich-container *|button {
+ .rich-container *|button, .rich-button {
border-width: 1px;
background-repeat : repeat-x;
background-position : top left;
}
-
- .rich-container button[type="button"],
- .rich-container button[type="reset"],
- .rich-container button[type="submit"],
- .rich-container input[type="reset"],
- .rich-container input[type="submit"],
- .rich-container input[type="button"] {
+
+ .rich-button,
+ .rich-container button[type="button"], .rich-button-button,
+ .rich-container button[type="reset"], .rich-button-reset,
+ .rich-container button[type="submit"], .rich-button-submit,
+ .rich-container input[type="reset"], .rich-input-reset,
+ .rich-container input[type="submit"], .rich-input-submit,
+ .rich-container input[type="button"], .rich-input-button {
border-width: 1px;
background-repeat : repeat-x;
background-position : top left;
@@ -37,7 +38,7 @@
]]>
</f:verbatim>
- <u:selector name=".rich-container *|button">
+ <u:selector name=".rich-container *|button, .rich-button">
<u:style name="border-color" skin="panelBorderColor" />
<u:style name="font-size" skin="generalSizeFont" />
<u:style name="font-family" skin="generalFamilyFont" />
@@ -50,12 +51,13 @@
</u:selector>
<u:selector name="
- .rich-container button[type="button"],
- .rich-container button[type="reset"],
- .rich-container button[type="submit"],
- .rich-container input[type="reset"],
- .rich-container input[type="submit"],
- .rich-container input[type="button"]
+ .rich-button,
+ .rich-container button[type="button"], .rich-button-button,
+ .rich-container button[type="reset"], .rich-button-reset,
+ .rich-container button[type="submit"], .rich-button-submit,
+ .rich-container input[type="reset"], .rich-input-reset,
+ .rich-container input[type="submit"], .rich-input-submit,
+ .rich-container input[type="button"], .rich-input-button,
">
<u:style name="border-color" skin="panelBorderColor" />
<u:style name="font-size" skin="generalSizeFont" />
@@ -72,17 +74,18 @@
<f:verbatim>
<![CDATA[
- .rich-container *|textarea {
+ .rich-container *|textarea, .rich-textarea {
border-width: 1px;
border-style : inset;
background-repeat : no-repeat;
background-position : 1px 1px;
}
-
- .rich-container textarea[type="textarea"],
- .rich-container input[type="text"],
- .rich-container input[type="password"],
- .rich-container select {
+
+ .rich-textarea,
+ .rich-container textarea[type="textarea"], .rich-textarea-textarea,
+ .rich-container input[type="text"], .rich-input-text,
+ .rich-container input[type="password"], .rich-input-password,
+ .rich-container select, .rich-select {
border-width: 1px;
border-style : inset;
background-repeat : no-repeat;
@@ -91,7 +94,7 @@
]]>
</f:verbatim>
- <u:selector name=".rich-container *|textarea">
+ <u:selector name=".rich-container *|textarea, .rich-textarea">
<u:style name="border-color" skin="panelBorderColor" />
<u:style name="font-size" skin="generalSizeFont" />
<u:style name="font-family" skin="generalFamilyFont" />
@@ -103,11 +106,11 @@
</u:style>
</u:selector>
- <u:selector name="
- .rich-container textarea[type="textarea"],
- .rich-container input[type="text"],
- .rich-container input[type="password"],
- .rich-container select">
+ <u:selector name=".rich-textarea,
+ .rich-container textarea[type="textarea"], .rich-textarea-textarea,
+ .rich-container input[type="text"], .rich-input-text,
+ .rich-container input[type="password"], .rich-input-password,
+ .rich-container select, .rich-select">
<u:style name="border-color" skin="panelBorderColor" />
<u:style name="font-size" skin="generalSizeFont" />
<u:style name="font-family" skin="generalFamilyFont" />