From 6209250e6d6d0218e5630f3e6ad55ee8361e9665 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 11 Sep 2015 15:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E9=95=BF=E5=BA=A6=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/messages.html.erb | 1 + public/stylesheets/application.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/admin/messages.html.erb b/app/views/admin/messages.html.erb index 918b09174..bd804a225 100644 --- a/app/views/admin/messages.html.erb +++ b/app/views/admin/messages.html.erb @@ -8,6 +8,7 @@
<%= f.kindeditor :content, :edit_id => 'system_message', :width => '87%', :resizeType => '0', :no_label => true %>
+
(消息内容不超过255个字符!)

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ed274a61e..8fdb26ffc 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -2807,4 +2807,6 @@ img.school_avatar { width: 100px; height: 100px; max-width: none; -} \ No newline at end of file +} + +.admin_message_warn{font-size: 12px;color: red;} \ No newline at end of file