Author: Alex.Kolonitsky
Date: 2009-05-28 12:04:12 -0400 (Thu, 28 May 2009)
New Revision: 14399
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/css/dragIndicator.xcss
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
branches/community/3.3.X/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
Log:
Various Warnings emitted with FireFox and WebDeveloper plugin
https://jira.jboss.org/jira/browse/RF-7197
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
===================================================================
---
branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss 2009-05-28
15:23:37 UTC (rev 14398)
+++
branches/community/3.3.X/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss 2009-05-28
16:04:12 UTC (rev 14399)
@@ -181,7 +181,7 @@
<u:style name="background-color"
skin="controlBackgroundColor"/>
</u:selector>
<u:selector name=".rich-color-picker-ext label">
- <u:style name="color" skin="generalSizeFont"/>
+ <u:style name="color" skin="generalTextColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
</u:selector>
Modified:
branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/css/dragIndicator.xcss
===================================================================
---
branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/css/dragIndicator.xcss 2009-05-28
15:23:37 UTC (rev 14398)
+++
branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/css/dragIndicator.xcss 2009-05-28
16:04:12 UTC (rev 14399)
@@ -6,8 +6,8 @@
<f:verbatim><![CDATA[
.drgind_fly{
z-index : 1000;
- top:40;
- left : 40;
+ top : 40px;
+ left : 40px;
position : absolute;
}
.drgind_internal{
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss
===================================================================
---
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2009-05-28
15:23:37 UTC (rev 14398)
+++
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/css/fileUpload.xcss 2009-05-28
16:04:12 UTC (rev 14399)
@@ -9,7 +9,7 @@
.rich-fileupload-list-overflow{overflow: auto; overflow-y: auto; overflow-x: hidden;}
.rich-fileupload-name{ width : 100%; height : 58px; padding : 2px 10px 2px 10px;}
-.rich-fileupload-del{ width : 90px; text-align : center; padding-top : 3; padding-bottom
: 3;}
+.rich-fileupload-del{ width : 90px; text-align : center; padding-top : 3px;
padding-bottom : 3px;}
.rich-fileupload-scroll{ width : 10px; text-align : center;}
input[type="file"][class~="rich-fileupload-hidden"]::-webkit-rich-fileupload-button
{
Modified:
branches/community/3.3.X/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss
===================================================================
---
branches/community/3.3.X/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss 2009-05-28
15:23:37 UTC (rev 14398)
+++
branches/community/3.3.X/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/css/progressBar.xcss 2009-05-28
16:04:12 UTC (rev 14399)
@@ -8,7 +8,6 @@
<f:verbatim>
.rich-progress-bar-height{height : 13px;}
- .rich-progress-bar-height-dig{height:}
.rich-progress-bar-width{width : 200px}
.rich-progress-bar-block{white-space : nowrap;}
.rich-progress-bar-uploaded{background-repeat : repeat-x;}