[Lutinweb-commits] r62 - trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude
Author: tchemit Date: 2008-05-19 18:53:50 +0000 (Mon, 19 May 2008) New Revision: 62 Modified: trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/fck_rssinclude.html Log: style Modified: trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/fck_rssinclude.html =================================================================== --- trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/fck_rssinclude.html 2008-05-19 18:52:49 UTC (rev 61) +++ trunk/lutinrss/src/main/resources/fckeditor/editor/plugins/rssinclude/fck_rssinclude.html 2008-05-19 18:53:50 UTC (rev 62) @@ -27,10 +27,10 @@ <script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> <script src="fck_rssinclude.js" type="text/javascript"></script> <link href="../../dialog/common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> + <style type="text/css">div.rssinclude { background-color: #ffff00; }</style> <script type="text/javascript"> <!-- document.writeln(FCK.TempBaseTag); - --> </script> </head> @@ -43,7 +43,7 @@ <tr> <td valign="top" width="100%"> <span fckLang="DlgRssincludeFeedName">name or URL</span><br> - <div id="divFeedName"> + <div id="divFeedName" style="margin-top:2"> <input style="width: 100%" type="text" id="txtFeedName" onblur="updatePreview();"> </div> <a id="editFeed" href='#' fckLang="DlgRssincludeFeedNameEdit" target="_editFeed">Edit</a>
participants (1)
-
tchemit@users.labs.libre-entreprise.org