datepicker 스타일 add_stylesheet 함수 적용

This commit is contained in:
chicpro
2014-07-25 09:36:40 +09:00
parent 0018ffb5bb
commit 12b298abd6
2 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1,6 @@
@charset "utf-8";
.ui-datepicker { font:12px dotum; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 70px;}
.ui-datepicker-trigger { margin:0 0 -5px 2px; }