[richfaces-svn-commits] JBoss Rich Faces SVN: r11671 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 9 12:23:06 EST 2008
Author: msorokin
Date: 2008-12-09 12:23:06 -0500 (Tue, 09 Dec 2008)
New Revision: 11671
Modified:
trunk/docs/userguide/en/src/main/docbook/included/editor.xml
Log:
https://jira.jboss.org/jira/browse/RF-5042
added css selectors
Modified: trunk/docs/userguide/en/src/main/docbook/included/editor.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/editor.xml 2008-12-09 17:21:29 UTC (rev 11670)
+++ trunk/docs/userguide/en/src/main/docbook/included/editor.xml 2008-12-09 17:23:06 UTC (rev 11671)
@@ -1114,29 +1114,48 @@
</row>
</thead>
- <tbody>
-
+ <tbody>
<row>
- <entry>generalFamilyFont</entry>
-
- <entry>font-family</entry>
+ <entry>.richfacesSkin table.mceToolbar</entry>
+ <entry></entry>
</row>
-
-
<row>
- <entry>generalTextColor</entry>
-
- <entry>color</entry>
+ <entry>.richfacesSkin .mceButton</entry>
+ <entry></entry>
</row>
-
<row>
- <entry>tableBackgroundColor</entry>
-
- <entry>background</entry>
+ <entry>.richfacesSkin .mceButtonDisabled .mceIcon </entry>
+ <entry></entry>
</row>
+ <row>
+ <entry>.richfacesSkin .mceListBox</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin .mceSeparator</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin .mceIframeContainer</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin table.mceLayout tr.mceLast td</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin table.mceLayout tr.mceFirst td</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin .mceToolbar</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>.richfacesSkin table.mceLayout</entry>
+ <entry></entry>
+ </row>
-
-
</tbody>
</tgroup>
</table>
More information about the richfaces-svn-commits
mailing list