加入当前分班按钮样式

dev_repository_hjq
sw 10 years ago
parent 1315740e7b
commit cc27fca8aa

@ -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

Loading…
Cancel
Save