update datepicker style

This commit is contained in:
afc163 2015-06-12 15:49:06 +08:00
parent 7a9e066946
commit c6fd3756e3
2 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@
}
&-calendar-body {
padding: 9px 10px 10px;
padding: 5px 10px;
}
table {
@ -132,7 +132,7 @@
}
&-cell {
padding: 3px 0;
padding: 4px 0;
}
&-date {
@ -208,7 +208,7 @@
.@{prefixCalendarClass}-clear-btn {
display: inline-block;
text-align: center;
margin-left: 10px;
margin: 0 10px;
&:hover {
cursor: pointer;

View File

@ -20,7 +20,7 @@
.@{prefixCalendarClass}-decade-panel-table {
table-layout: fixed;
width: 100%;
height: 255px;
height: 248px;
border-collapse: separate;
}
@ -29,15 +29,15 @@
}
.@{prefixCalendarClass}-decade-panel-decade {
display: block;
display: inline-block;
margin: 0 auto;
color: #666;
border-radius: 4px 4px;
height: 36px;
padding: 0;
background: transparent;
line-height: 36px;
text-align: center;
height: 24px;
line-height: 24px;
padding: 0px 6px;
border-radius: 4px;
&:hover {
background: #ebfaff;