瀏覽代碼

Moved inline style to css

Signed-off-by: emanuele <[email protected]>
emanuele 12 年之前
父節點
當前提交
042faf819c
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 1
      Themes/default/SendTopic.template.php
  2. 3 0
      Themes/default/css/index.css

+ 1 - 1
Themes/default/SendTopic.template.php

@@ -248,7 +248,7 @@ function template_report()
 								<label for="report_comment">', $txt['enter_comment'], '</label>:
 							</dt>
 							<dd>
-								<textarea type="text" id="report_comment" name="comment" style="width: 70%" rows="5">', $context['comment_body'], '</textarea>
+								<textarea type="text" id="report_comment" name="comment" rows="5">', $context['comment_body'], '</textarea>
 							</dd>';
 
 	if ($context['require_verification'])

+ 3 - 0
Themes/default/css/index.css

@@ -2719,6 +2719,9 @@ dl.send_mail dd {
 #report_topic dl.settings dd {
 	width: 79%;
 }
+#report_comment {
+	width: 70%;
+}
 
 /* Styles for the split topic section.
 ---------------------------------------------------- */