解决发布竞赛日历问题

This commit is contained in:
huang 2015-05-14 16:03:37 +08:00
parent 68986fa1cb
commit 725a6e4238
1 changed files with 9 additions and 3 deletions

View File

@ -2004,9 +2004,15 @@ color:#505050;
}
img.ui-datepicker-trigger {
cursor: pointer;
vertical-align: middle;
margin-left: 4px;
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;
}
/***** Progress bar *****/