Skip to content

Commit

Permalink
Item9001: Fix inline CSS by using ADDTOHEAD with a dedicated section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7471 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 19, 2010
1 parent 08bf168 commit e0be776
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions TinyMCEPlugin/data/System/TinyMCEQuickHelp.txt
@@ -1,14 +1,16 @@
%META:TOPICPARENT{name="TinyMCEPlugin"}%
---+!! !TinyMCE Editor Help Summary
%STARTINCLUDE%
<div id="foswikiTinyMcePluginWysiwygEditHelp" style="display:block">
<style>
%STARTSECTION{"CSS"}%<style type="text/css" media="all">
#tinyMceInfo td {vertical-align:top; padding:0 1em 0 0;}
#tinyMceInfo td.primaryTextcolumn {width:60%;}
#tinyMceInfo td.secondaryTextcolumn {width:40%; border-left:1px solid #ddd; padding-left:1em;}
#tinyMceInfo td.imgcolumn {width:12px; text-align:right;}
</style>
<table id="tinyMceInfo" cellpadding="0" cellspacing="0" border="0">
</style>%ENDSECTION{"CSS"}%

%STARTINCLUDE%
<div id="foswikiTinyMcePluginWysiwygEditHelp" style="display:block">
%ADDTOZONE{ "head" topic="%TOPIC%" section="CSS" }%
<table id="tinyMceInfo" cellpadding="0" cellspacing="0" border="0" summary="TinyMCE edit help">
<tr>
<td class="imgcolumn">
<img src="%PUBURL%/%SYSTEMWEB%/TinyMCEQuickHelp/Format_Drop_Down.gif" width="124" height="188" alt="format dropdown" />
Expand Down

0 comments on commit e0be776

Please sign in to comment.