calendar/calendar.css

18 lines
603 B
CSS
Raw Normal View History

2011-07-19 16:39:50 +04:00
.calendar-box {
display:none;
background-color:#fff;
border:1px solid #444;
position:absolute;
width:250px;
padding:0 5px;
2015-03-13 17:59:41 +03:00
z-index:100;
2011-07-19 16:39:50 +04:00
}
.calendar-box select.calendar-month { width:90px; }
.calendar-box select.calendar-year { width:70px; }
.calendar-box .calendar-cancel { width:100%; }
.calendar-box table td { width:14%; }
.calendar-box .calendar-title { text-align:center; }
.calendar-box a { text-decoration:none; }
.calendar-box .today a { padding:0 5px; margin-left:-5px; background-color:#ffe9c6; }
.calendar-box .selected a { padding:0 5px; margin-left:-5px; background-color:#c9ff8b; }