From d79de0a35494e0177a89c761fd39dd24b1b7f334 Mon Sep 17 00:00:00 2001 From: whimlex Date: Wed, 15 Apr 2015 20:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=97=A5=E6=9C=9F=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_new_homework_form.html.erb | 5 +++-- public/stylesheets/courses.css | 13 ++++++++++++- public/stylesheets/project.css | 1 + 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/app/views/bids/_new_homework_form.html.erb b/app/views/bids/_new_homework_form.html.erb index 69d8b3138..dcfa1a252 100644 --- a/app/views/bids/_new_homework_form.html.erb +++ b/app/views/bids/_new_homework_form.html.erb @@ -23,9 +23,10 @@
  • - - + + <%= calendar_for('bid_deadline')%> +
  • diff --git a/public/stylesheets/courses.css b/public/stylesheets/courses.css index cc451a760..5b4eac329 100644 --- a/public/stylesheets/courses.css +++ b/public/stylesheets/courses.css @@ -452,7 +452,18 @@ a.link_file_board{ background:url(../images/pic_file.png) 0 3px no-repeat !impor - +/*日历选择图*/ +img.ui-datepicker-trigger { + display:block; + background:url(/images/public_icon.png) -31px 0 no-repeat; + cursor: pointer; + vertical-align: middle; + margin-left: 5px; + margin-top: 5px; + width:16px; + height:15px; + float:left; +} diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index aab1456fe..33f23ac3f 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -245,6 +245,7 @@ span.add_attachment {font-size: 80%;line-height: 2.5em;} .reply_btn:hover{ background:#999; color:#fff; } + .ui-widget { font-family: Verdana, sans-serif; font-size: 1.1em;