[richfaces-svn-commits] JBoss Rich Faces SVN: r13545 - trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 13 15:01:27 EDT 2009


Author: nbelaevski
Date: 2009-04-13 15:01:27 -0400 (Mon, 13 Apr 2009)
New Revision: 13545

Added:
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/color-picker.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/editor.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/extended-data-table.xcss
Log:
https://jira.jboss.org/jira/browse/RF-6674

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/color-picker.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/color-picker.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/color-picker.xcss	2009-04-13 19:01:27 UTC (rev 13545)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template xmlns:f="http://jsf.exadel.com/template"
+	xmlns:u="http://jsf.exadel.com/template/util"
+	xmlns="http://www.w3.org/1999/xhtml">
+	<f:verbatim>
+	<![CDATA[
+		.rich-colorPicker-cancel {
+		}
+		.rich-colorPicker-color {
+		}
+		.rich-colorPicker-colors-input {
+		}
+		.rich-colorPicker-current-color {
+		}
+		.rich-colorPicker-ext {
+		}
+		.rich-colorPicker-focus {
+		}
+		.rich-colorPicker-hex-wrapper {
+		}
+		.rich-colorPicker-hsb-b {
+		}
+		.rich-colorPicker-hsb-h {
+		}
+		.rich-colorPicker-hsb-s {
+		}
+		.rich-colorPicker-hsb-wrapper {
+		}
+		.rich-colorPicker-icon {
+		}
+		.rich-colorPicker-new-color {
+		}
+		.rich-colorPicker-rainbow {
+		}
+		.rich-colorPicker-rgb-b {
+		}
+		.rich-colorPicker-rgb-g {
+		}
+		.rich-colorPicker-rgb-r {
+		}
+		.rich-colorPicker-rgb-wrapper {
+		}
+		.rich-colorPicker-span {
+		}
+		.rich-colorPicker-submit {
+		}
+		.rich-colorPicker-wrapper {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/editor.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/editor.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/editor.xcss	2009-04-13 19:01:27 UTC (rev 13545)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template xmlns:f="http://jsf.exadel.com/template"
+	xmlns:u="http://jsf.exadel.com/template/util"
+	xmlns="http://www.w3.org/1999/xhtml">
+	<f:verbatim>
+	<![CDATA[
+		.rich-editor {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/extended-data-table.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/extended-data-table.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/extended-data-table.xcss	2009-04-13 19:01:27 UTC (rev 13545)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template xmlns:f="http://jsf.exadel.com/template"
+	xmlns:u="http://jsf.exadel.com/template/util"
+	xmlns="http://www.w3.org/1999/xhtml">
+	<f:verbatim>
+	<![CDATA[
+		.rich-dragindicator-iframe {
+		}
+		.rich-extdt-caption {
+		}
+		.rich-extdt-cell {
+		}
+		.rich-extdt-firstrow {
+		}
+		.rich-extdt-footer {
+		}
+		.rich-extdt-footer-continue {
+		}
+		.rich-extdt-footercell {
+		}
+		.rich-extdt-group-cell {
+		}
+		.rich-extdt-header {
+		}
+		.rich-extdt-header-continue {
+		}
+		.rich-extdt-headercell {
+		}
+		.rich-extdt-maindiv {
+		}
+		.rich-extdt-row {
+		}
+		.rich-extdt-subfooter {
+		}
+		.rich-extdt-subfootercell {
+		}
+		.rich-extdt-subheader {
+		}
+		.rich-extdt-subheadercell {
+		}
+		.rich-filter-input {
+		}
+		.rich-sdt-row-active {
+		}
+		.rich-sdt-row-selected {
+		}
+		.rich-table {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list