diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index 46c5fc38b..23712282b 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -64,8 +64,8 @@
-<%= f.text_field :subject, :size => 90, :id => "message_subject" %>
+<%= f.text_field :subject, :style => "width:658px;", :id => "message_subject" %>
<% unless replying %>
<% if @message.safe_attribute? 'sticky' %>
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css
index f2a8160f5..e194883a1 100644
--- a/public/themes/redpenny-master/stylesheets/application.css
+++ b/public/themes/redpenny-master/stylesheets/application.css
@@ -717,7 +717,7 @@ table.list thead th
{
border:none;
border-bottom:1px solid #999;
- font-size:9px;
+ font-size:12px;/*by young*/
font-weight:400;
padding:0 3px 3px;
text-transform:uppercase