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;