@ -1,6 +1,6 @@
<dl ng-if="holiday">
<dt ng-bind="holiday.description"></dt>
<dd>
<dd style="line-break: anywhere">
<span class="label label-success"
ng-repeat="region in holiday.regions"
ng-bind="region"></span>
@ -33,13 +33,13 @@
float: left;
text-align: center;
position: relative;
height: 90px;
min-height: 90px;
background: #fff;
color: #000;
}
.rc-box .week.week-label .day {
height: 30px;
min-height: 30px;
.rc-box .week .day.weekend {
@ -87,8 +87,9 @@
.rc-box .week .day .datecontent {
margin-top: 25px;
height: 65px;
min-height: 65px;
width: 100%;
padding-bottom: 6px;
display: block;