From a3738c4cb2b06ea0e3aa8e9ff1100bf6a7722aca Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 24 Jun 2016 15:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=BB=84=E7=BB=87=EF=BC=8C?= =?UTF-8?q?=E9=A2=98=E5=BA=93=E5=92=8C=E8=B5=84=E6=BA=90=E5=BA=93=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/organizations/new.html.erb | 4 +-- app/views/users/_homework_repository.html.erb | 1 + public/stylesheets/css/common.css | 2 +- public/stylesheets/css/popup.css | 23 +++++++------- public/stylesheets/css/public.css | 30 +++++++++---------- public/stylesheets/css/structure.css | 4 +-- 6 files changed, 33 insertions(+), 31 deletions(-) diff --git a/app/views/organizations/new.html.erb b/app/views/organizations/new.html.erb index ae0900973..6a4fdf382 100644 --- a/app/views/organizations/new.html.erb +++ b/app/views/organizations/new.html.erb @@ -49,8 +49,8 @@
  • - 创建 - <%= link_to "取消",user_activities_path(User.current.id),:class => "blue_btn grey_btn fl c_white"%> + 创建 + <%= link_to "取消",user_activities_path(User.current.id),:class => "grey_btn fl c_white f14"%>
  • <% end%> diff --git a/app/views/users/_homework_repository.html.erb b/app/views/users/_homework_repository.html.erb index 463d250f5..9ede0a8f0 100644 --- a/app/views/users/_homework_repository.html.erb +++ b/app/views/users/_homework_repository.html.erb @@ -1,3 +1,4 @@ +<%= stylesheet_link_tag 'css/popup'%>