Author: abelevich
Date: 2011-02-18 12:48:57 -0500 (Fri, 18 Feb 2011)
New Revision: 21776
Modified:
trunk/ui/common/ui/src/main/resources/META-INF/resources/org.richfaces/icons.ecss
trunk/ui/common/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties
Log:
RF-10145 Update core & component images
Modified:
trunk/ui/common/ui/src/main/resources/META-INF/resources/org.richfaces/icons.ecss
===================================================================
---
trunk/ui/common/ui/src/main/resources/META-INF/resources/org.richfaces/icons.ecss 2011-02-18
17:21:34 UTC (rev 21775)
+++
trunk/ui/common/ui/src/main/resources/META-INF/resources/org.richfaces/icons.ecss 2011-02-18
17:48:57 UTC (rev 21776)
@@ -15,82 +15,82 @@
}
.rf-ico-chevron-hdr {
- background-image:
"url(#{resource['org.richfaces.images:Chevron.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevron.png']})"
}
.rf-ico-chevron, .rf-ico-chevron-dis, .rf-ico-chevron-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:ChevronDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronDisabled.png']})"
}
.rf-ico-chevron-down-hdr {
- background-image:
"url(#{resource['org.richfaces.images:ChevronDown.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronDown.png']})"
}
.rf-ico-chevron-down, .rf-ico-chevron-down-dis, .rf-ico-chevron-down-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:ChevronDownDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronDownDisabled.png']})"
}
.rf-ico-chevron-left-hdr {
- background-image:
"url(#{resource['org.richfaces.images:ChevronLeft.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronLeft.png']})"
}
.rf-ico-chevron-left, .rf-ico-chevron-left-dis, .rf-ico-chevron-left-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:ChevronLeftDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronLeftDisabled.png']})"
}
.rf-ico-chevron-up-hdr {
- background-image:
"url(#{resource['org.richfaces.images:ChevronUp.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronUp.png']})"
}
.rf-ico-chevron-up, .rf-ico-chevron-up-dis, .rf-ico-chevron-up-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:ChevronUpDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:chevronUpDisabled.png']})"
}
.rf-ico-disc-hdr {
- background-image: "url(#{resource['org.richfaces.images:Disc.png']})"
+ background-image: "url(#{resource['org.richfaces.images:disc.png']})"
}
.rf-ico-disc, .rf-ico-disc-dis, .rf-ico-disc-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:DiscDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:discDisabled.png']})"
}
.rf-ico-grid-hdr {
- background-image: "url(#{resource['org.richfaces.images:Grid.png']})"
+ background-image: "url(#{resource['org.richfaces.images:grid.png']})"
}
.rf-ico-grid, .rf-ico-grid-dis, .rf-ico-grid-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:GridDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:gridDisabled.png']})"
}
.rf-ico-triangle-hdr {
- background-image:
"url(#{resource['org.richfaces.images:Triangle.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangle.png']})"
}
.rf-ico-triangle, .rf-ico-triangle-dis, .rf-ico-triangle-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:TriangleDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleDisabled.png']})"
}
.rf-ico-triangle-down-hdr {
- background-image:
"url(#{resource['org.richfaces.images:TriangleDown.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleDown.png']})"
}
.rf-ico-triangle-down, .rf-ico-triangle-down-dis, .rf-ico-triangle-down-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:TriangleDownDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleDownDisabled.png']})"
}
.rf-ico-triangle-left-hdr {
- background-image:
"url(#{resource['org.richfaces.images:TriangleLeft.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleLeft.png']})"
}
.rf-ico-triangle-left, .rf-ico-triangle-left-dis, .rf-ico-triangle-left-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:TriangleLeftDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleLeftDisabled.png']})"
}
.rf-ico-triangle-up-hdr {
- background-image:
"url(#{resource['org.richfaces.images:TriangleUp.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleUp.png']})"
}
.rf-ico-triangle-up, .rf-ico-triangle-up-dis, .rf-ico-triangle-up-hdr-dis {
- background-image:
"url(#{resource['org.richfaces.images:TriangleUpDisabled.png']})"
+ background-image:
"url(#{resource['org.richfaces.images:triangleUpDisabled.png']})"
}
Modified:
trunk/ui/common/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties
===================================================================
---
trunk/ui/common/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties 2011-02-18
17:21:34 UTC (rev 21775)
+++
trunk/ui/common/ui/src/main/resources/META-INF/richfaces/resource-mappings.properties 2011-02-18
17:48:57 UTC (rev 21776)
@@ -1,29 +1,29 @@
-org.richfaces.images\:Chevron.png=org.richfaces.renderkit.html.iconimages.PanelIconChevron
-org.richfaces.images\:ChevronDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevron{disabled=true}
+org.richfaces.images\:chevron.png=org.richfaces.renderkit.html.iconimages.PanelIconChevron
+org.richfaces.images\:chevronDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevron{disabled=true}
-org.richfaces.images\:ChevronDown.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronDown
-org.richfaces.images\:ChevronDownDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronDown{disabled=true}
+org.richfaces.images\:chevronDown.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronDown
+org.richfaces.images\:chevronDownDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronDown{disabled=true}
-org.richfaces.images\:ChevronLeft.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronLeft
-org.richfaces.images\:ChevronLeftDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronLeft{disabled=true}
+org.richfaces.images\:chevronLeft.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronLeft
+org.richfaces.images\:chevronLeftDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronLeft{disabled=true}
-org.richfaces.images\:ChevronUp.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronUp
-org.richfaces.images\:ChevronUpDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronUp{disabled=true}
+org.richfaces.images\:chevronUp.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronUp
+org.richfaces.images\:chevronUpDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconChevronUp{disabled=true}
-org.richfaces.images\:Disc.png=org.richfaces.renderkit.html.iconimages.PanelIconDisc
-org.richfaces.images\:DiscDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconDisc{disabled=true}
+org.richfaces.images\:disc.png=org.richfaces.renderkit.html.iconimages.PanelIconDisc
+org.richfaces.images\:discDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconDisc{disabled=true}
-org.richfaces.images\:Grid.png=org.richfaces.renderkit.html.iconimages.PanelIconGrid
-org.richfaces.images\:GridDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconGrid{disabled=true}
+org.richfaces.images\:grid.png=org.richfaces.renderkit.html.iconimages.PanelIconGrid
+org.richfaces.images\:gridDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconGrid{disabled=true}
-org.richfaces.images\:Triangle.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangle
-org.richfaces.images\:TriangleDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangle{disabled=true}
+org.richfaces.images\:triangle.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangle
+org.richfaces.images\:triangleDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangle{disabled=true}
-org.richfaces.images\:TriangleDown.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleDown
-org.richfaces.images\:TriangleDownDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleDown{disabled=true}
+org.richfaces.images\:triangleDown.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleDown
+org.richfaces.images\:triangleDownDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleDown{disabled=true}
-org.richfaces.images\:TriangleLeft.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleLeft
-org.richfaces.images\:TriangleLeftDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleLeft{disabled=true}
+org.richfaces.images\:triangleLeft.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleLeft
+org.richfaces.images\:triangleLeftDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleLeft{disabled=true}
-org.richfaces.images\:TriangleUp.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleUp
-org.richfaces.images\:TriangleUpDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleUp{disabled=true}
\ No newline at end of file
+org.richfaces.images\:triangleUp.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleUp
+org.richfaces.images\:triangleUpDisabled.png=org.richfaces.renderkit.html.iconimages.PanelIconTriangleUp{disabled=true}
\ No newline at end of file
Show replies by date