Author: pyaschenko
Date: 2008-12-02 06:18:44 -0500 (Tue, 02 Dec 2008)
New Revision: 11483
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss
Log:
css fixes
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss
===================================================================
---
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss 2008-12-02
11:17:02 UTC (rev 11482)
+++
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/simple/skins/richfaces/ui.xcss 2008-12-02
11:18:44 UTC (rev 11483)
@@ -24,7 +24,7 @@
</f:verbatim>
<u:selector name=".richfacesSimpleSkin table.mceLayout">
- <u:style name="border-width" value="1"/>
+ <u:style name="border-width" value="1px"/>
<u:style name="border-style" value="solid"/>
<u:style name="border-color" skin="panelBorderColor"/>
<u:style name="background" skin="additionalBackgroundColor"/>
@@ -33,7 +33,7 @@
<u:selector name=".richfacesSimpleSkin iframe">
<u:style name="display" value="block"/>
<u:style name="background" skin="tableBackgroundColor"/>
- <u:style name="border-bottom-width" value="1"/>
+ <u:style name="border-bottom-width" value="1px"/>
<u:style name="border-bottom-style" value="solid"/>
<u:style name="border-bottom-color" skin="panelBorderColor"/>
</u:selector>