From 44ce372cf44ff71f0ca194f7d81052428ece174d Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 16 Jun 2017 16:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E8=AF=BE=E5=A0=82=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=89=80=E6=9C=89=E8=AF=BE=E7=A8=8B=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E9=9C=80=E8=A6=81=E5=90=91=E5=B7=A6=E8=BE=B9?= =?UTF-8?q?=E7=A7=BB=E4=B8=80=E7=82=B9=EF=BC=8C=E8=AE=A9=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=89=80=E6=9C=89=E8=AF=BE=E7=A8=8B=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/index.html.erb | 2 +- public/stylesheets/css/edu-public.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/courses/index.html.erb b/app/views/courses/index.html.erb index 2a69244cf..b3f3025a3 100644 --- a/app/views/courses/index.html.erb +++ b/app/views/courses/index.html.erb @@ -13,7 +13,7 @@
  • - 所有课程 + 所有课程
    • @search) %>" data-remote="true">所有课程
    • @search) %>" data-remote="true">我发布的课程
    • diff --git a/public/stylesheets/css/edu-public.css b/public/stylesheets/css/edu-public.css index 29139eb5a..36d432075 100644 --- a/public/stylesheets/css/edu-public.css +++ b/public/stylesheets/css/edu-public.css @@ -55,7 +55,7 @@ $colors: #fff, #0072B5, #2C3E50; .edu-dropdown{ position: relative; padding:0 15px; } .edu-dropdown-menu{ background-color:#fff; text-align: center; border-radius:3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:absolute; top:25px; left:0px; z-index: 999; display:none;} -.edu-dropdown-menu li{ height:30px; line-height:30px; display: block; padding:0 15px;} +.edu-dropdown-menu li{ height:30px; line-height:30px; display: block; padding:0 15px; text-align: left;} /*.edu-dropdown:hover .edu-dropdown-menu{ display: block;}*/ .animate{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -ms-transition: all .3s; transition: all .3s; backface-visibility:hidden; -webkit-backface-visibility:hidden; /* Chrome and Safari */ -moz-backface-visibility:hidden; /* Firefox */ -ms-backface-visibility:hidden; /* Internet Explorer */}