calendar/calendar.css

17 lines
574 B
CSS

.calendar-box {
display:none;
background:#fff;
position:absolute;
padding:5px;
z-index:100;
box-shadow:0 0 4px #aaa;
}
.calendar-box select.calendar-month { width:90px; margin-right: 10px; }
.calendar-box select.calendar-year { width:70px; }
.calendar-box .calendar-cancel { width:100%; }
.calendar-box table td { width:14%; text-align: center; }
.calendar-box .calendar-title { text-align:center; white-space: nowrap; }
.calendar-box a { text-decoration:none; }
.calendar-box .today { background-color:#ffe9c6; }
.calendar-box .selected { background-color:#c9ff8b; }