加入当前分班按钮样式

This commit is contained in:
sw 2015-03-27 19:03:38 +08:00
parent 1315740e7b
commit cc27fca8aa
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ module WatchersHelper
else
text = l(:label_new_join_group)
form_tag({:controller => "courses", :action => "join_group", :object_id => "#{group.id}"}, :remote => true, :method => 'post') do
submit_tag text, class: "group_in", style: "width: 43px;height: 21px;"
submit_tag text, class: "group_in", style: "width: 90px;height: 21px;"
end
end
end