|
From: <al...@us...> - 2008-08-28 20:45:07
|
Revision: 656
http://sciret.svn.sourceforge.net/sciret/?rev=656&view=rev
Author: alpeb
Date: 2008-08-28 20:45:04 +0000 (Thu, 28 Aug 2008)
Log Message:
-----------
put border on normal textareas, except on the YUI RTE one
Modified Paths:
--------------
trunk/others.css
trunk/templates/EditArticle.tpl
Modified: trunk/others.css
===================================================================
--- trunk/others.css 2008-08-27 23:23:05 UTC (rev 655)
+++ trunk/others.css 2008-08-28 20:45:04 UTC (rev 656)
@@ -1,5 +1,5 @@
textarea {
- border: 0;
+ border: 1;
margin: 0;
padding: 0;
}
Modified: trunk/templates/EditArticle.tpl
===================================================================
--- trunk/templates/EditArticle.tpl 2008-08-27 23:23:05 UTC (rev 655)
+++ trunk/templates/EditArticle.tpl 2008-08-28 20:45:04 UTC (rev 656)
@@ -94,7 +94,7 @@
<tr>
<td colspan="2">
- <textarea name="text_content" id="text_content" style="width: 100%; height:350px; margin:0;">{textareaContent}</textarea>
+ <textarea name="text_content" id="text_content" style="width: 100%; height:350px; margin:0; border:0">{textareaContent}</textarea>
<script>
// can't make editor bigger, or else problem under IE
SCIRET.editor.init('100%','350px', 'text_content');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|