[richfaces-svn-commits] JBoss Rich Faces SVN: r13546 - 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:04:41 EDT 2009


Author: nbelaevski
Date: 2009-04-13 15:04:40 -0400 (Mon, 13 Apr 2009)
New Revision: 13546

Added:
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss
Removed:
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss
   trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss
Log:
https://jira.jboss.org/jira/browse/RF-6674

Deleted: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss	2009-04-13 19:01:27 UTC (rev 13545)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -1,80 +0,0 @@
-<?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-combobox {
-		}
-		.rich-combobox-button {
-		}
-		.rich-combobox-button-background {
-		}
-		.rich-combobox-button-background-disabled {
-		}
-		.rich-combobox-button-background-inactive {
-		}
-		.rich-combobox-button-disabled {
-		}
-		.rich-combobox-button-hovered {
-		}
-		.rich-combobox-button-icon {
-		}
-		.rich-combobox-button-icon-disabled {
-		}
-		.rich-combobox-button-icon-inactive {
-		}
-		.rich-combobox-button-inactive {
-		}
-		.rich-combobox-button-pressed {
-		}
-		.rich-combobox-button-pressed-background {
-		}
-		.rich-combobox-font {
-		}
-		.rich-combobox-font-disabled {
-		}
-		.rich-combobox-font-inactive {
-		}
-		.rich-combobox-input {
-		}
-		.rich-combobox-input-disabled {
-		}
-		.rich-combobox-input-inactive {
-		}
-		.rich-combobox-item {
-		}
-		.rich-combobox-item-normal {
-		}
-		.rich-combobox-item-selected {
-		}
-		.rich-combobox-list-cord {
-		}
-		.rich-combobox-list-decoration {
-		}
-		.rich-combobox-list-position {
-		}
-		.rich-combobox-list-scroll {
-		}
-		.rich-combobox-list-width {
-		}
-		.rich-combobox-shadow {
-		}
-		.rich-combobox-shadow-bl {
-		}
-		.rich-combobox-shadow-br {
-		}
-		.rich-combobox-shadow-tl {
-		}
-		.rich-combobox-shadow-tr {
-		}
-		.rich-combobox-shell {
-		}
-		.rich-combobox-strut {
-		}
-	]]>
-	</f:verbatim>
-
-</f:template>

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/combobox.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -0,0 +1,75 @@
+<?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-combobox {
+		}
+		.rich-combobox-button {
+		}
+		.rich-combobox-button-background {
+		}
+		.rich-combobox-button-background-disabled {
+		}
+		.rich-combobox-button-background-inactive {
+		}
+		.rich-combobox-button-disabled {
+		}
+		.rich-combobox-button-hovered {
+		}
+		.rich-combobox-button-icon {
+		}
+		.rich-combobox-button-icon-disabled {
+		}
+		.rich-combobox-button-icon-inactive {
+		}
+		.rich-combobox-button-inactive {
+		}
+		.rich-combobox-button-pressed-background {
+		}
+		.rich-combobox-font {
+		}
+		.rich-combobox-font-disabled {
+		}
+		.rich-combobox-font-inactive {
+		}
+		.rich-combobox-input {
+		}
+		.rich-combobox-input-disabled {
+		}
+		.rich-combobox-input-inactive {
+		}
+		.rich-combobox-item {
+		}
+		.rich-combobox-item-normal {
+		}
+		.rich-combobox-item-selected {
+		}
+		.rich-combobox-list-cord {
+		}
+		.rich-combobox-list-decoration {
+		}
+		.rich-combobox-list-position {
+		}
+		.rich-combobox-list-scroll {
+		}
+		.rich-combobox-list-width {
+		}
+		.rich-combobox-shadow {
+		}
+		.rich-combobox-shadow-bl {
+		}
+		.rich-combobox-shadow-br {
+		}
+		.rich-combobox-shadow-tl {
+		}
+		.rich-combobox-shadow-tr {
+		}
+		.rich-combobox-shell {
+		}
+		.rich-combobox-strut {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file

Deleted: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss	2009-04-13 19:01:27 UTC (rev 13545)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -1,72 +0,0 @@
-<?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-datalist {
-		}
-		.rich-definition {
-		}
-		.rich-definition-term {
-		}
-		.rich-deflist {
-		}
-		.rich-filter-input {
-		}
-		.rich-inplace-view {
-		}
-		.rich-list-item {
-		}
-		.rich-orderedlist {
-		}
-		.rich-sort-asc {
-		}
-		.rich-sort-desc {
-		}
-		.rich-subtable- {
-		}
-		.rich-subtable-cell {
-		}
-		.rich-subtable-firstrow {
-		}
-		.rich-subtable-row {
-		}
-		.rich-table {
-		}
-		.rich-table-caption {
-		}
-		.rich-table-cell {
-		}
-		.rich-table-firstrow {
-		}
-		.rich-table-footer {
-		}
-		.rich-table-footer-continue {
-		}
-		.rich-table-footercell {
-		}
-		.rich-table-header {
-		}
-		.rich-table-header-continue {
-		}
-		.rich-table-headercell {
-		}
-		.rich-table-row {
-		}
-		.rich-table-subfooter {
-		}
-		.rich-table-subfootercell {
-		}
-		.rich-table-subheader {
-		}
-		.rich-table-subheadercell {
-		}
-		.rich-tablerow {
-		}
-	]]>
-	</f:verbatim>
-
-</f:template>

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/data-table.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -0,0 +1,67 @@
+<?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-datalist {
+		}
+		.rich-definition {
+		}
+		.rich-definition-term {
+		}
+		.rich-deflist {
+		}
+		.rich-filter-input {
+		}
+		.rich-inplace-view {
+		}
+		.rich-list-item {
+		}
+		.rich-orderedlist {
+		}
+		.rich-sort-icon {
+		}
+		.rich-subtable- {
+		}
+		.rich-subtable-cell {
+		}
+		.rich-subtable-firstrow {
+		}
+		.rich-subtable-row {
+		}
+		.rich-table {
+		}
+		.rich-table-caption {
+		}
+		.rich-table-cell {
+		}
+		.rich-table-firstrow {
+		}
+		.rich-table-footer {
+		}
+		.rich-table-footer-continue {
+		}
+		.rich-table-footercell {
+		}
+		.rich-table-header {
+		}
+		.rich-table-header-continue {
+		}
+		.rich-table-headercell {
+		}
+		.rich-table-row {
+		}
+		.rich-table-subfooter {
+		}
+		.rich-table-subfootercell {
+		}
+		.rich-table-subheader {
+		}
+		.rich-table-subheadercell {
+		}
+		.rich-tablerow {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file

Deleted: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss	2009-04-13 19:01:27 UTC (rev 13545)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -1,72 +0,0 @@
-<?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-file-upload-button {
-		}
-		.rich-file-upload-font {
-		}
-		.rich-fileupload-anc {
-		}
-		.rich-fileupload-button {
-		}
-		.rich-fileupload-button-border {
-		}
-		.rich-fileupload-button-content {
-		}
-		.rich-fileupload-button-dis {
-		}
-		.rich-fileupload-button-light {
-		}
-		.rich-fileupload-button-press {
-		}
-		.rich-fileupload-button-selection {
-		}
-		.rich-fileupload-del {
-		}
-		.rich-fileupload-enrty-dis {
-		}
-		.rich-fileupload-font {
-		}
-		.rich-fileupload-hidden {
-		}
-		.rich-fileupload-ico {
-		}
-		.rich-fileupload-ico-add {
-		}
-		.rich-fileupload-ico-add-dis {
-		}
-		.rich-fileupload-ico-clear {
-		}
-		.rich-fileupload-ico-clear-dis {
-		}
-		.rich-fileupload-ico-start {
-		}
-		.rich-fileupload-ico-start-dis {
-		}
-		.rich-fileupload-ico-stop {
-		}
-		.rich-fileupload-ico-stop-dis {
-		}
-		.rich-fileupload-list-decor {
-		}
-		.rich-fileupload-list-overflow {
-		}
-		.rich-fileupload-name {
-		}
-		.rich-fileupload-name-padding {
-		}
-		.rich-fileupload-scroll {
-		}
-		.rich-fileupload-table-td {
-		}
-		.rich-fileupload-toolbar-decor {
-		}
-	]]>
-	</f:verbatim>
-
-</f:template>

Added: trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss	                        (rev 0)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/skin/baseclasses/file-upload.xcss	2009-04-13 19:04:40 UTC (rev 13546)
@@ -0,0 +1,65 @@
+<?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-file-upload-button {
+		}
+		.rich-file-upload-font {
+		}
+		.rich-fileupload-anc {
+		}
+		.rich-fileupload-button {
+		}
+		.rich-fileupload-button-border {
+		}
+		.rich-fileupload-button-content {
+		}
+		.rich-fileupload-button-dis {
+		}
+		.rich-fileupload-button-light {
+		}
+		.rich-fileupload-button-press {
+		}
+		.rich-fileupload-del {
+		}
+		.rich-fileupload-font {
+		}
+		.rich-fileupload-hidden {
+		}
+		.rich-fileupload-ico {
+		}
+		.rich-fileupload-ico-add {
+		}
+		.rich-fileupload-ico-add-dis {
+		}
+		.rich-fileupload-ico-clear {
+		}
+		.rich-fileupload-ico-clear-dis {
+		}
+		.rich-fileupload-ico-start {
+		}
+		.rich-fileupload-ico-start-dis {
+		}
+		.rich-fileupload-ico-stop {
+		}
+		.rich-fileupload-ico-stop-dis {
+		}
+		.rich-fileupload-list-decor {
+		}
+		.rich-fileupload-list-overflow {
+		}
+		.rich-fileupload-name {
+		}
+		.rich-fileupload-name-padding {
+		}
+		.rich-fileupload-scroll {
+		}
+		.rich-fileupload-table-td {
+		}
+		.rich-fileupload-toolbar-decor {
+		}
+	]]>
+	</f:verbatim>
+</f:template>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list