2011-11-08 17:40:44 +01:00
|
|
|
/* Calendar*/
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.tundra .dijitCalendarIncrementControl {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* next/prev month buttons */
|
2010-11-15 08:39:52 +01:00
|
|
|
width:15px;
|
|
|
|
height:15px;
|
|
|
|
background-image: url("images/spriteRoundedIconsSmall.png");
|
|
|
|
background-repeat: no-repeat
|
|
|
|
}
|
|
|
|
.dj_ie6 .tundra .dijitCalendarIncrementControl {
|
|
|
|
font-size:.1em;
|
|
|
|
background-image: url("images/spriteRoundedIconsSmall.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitA11ySideArrow {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarDecrease {
|
|
|
|
background-position: top left;
|
|
|
|
}
|
|
|
|
.tundra .dijitCalendarIncrease {
|
|
|
|
background-position: -30px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarContainer {
|
|
|
|
font-size: 100%;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: separate;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarMonthContainer th {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* month header cell */
|
2010-11-15 08:39:52 +01:00
|
|
|
background:#d3d3d3 url("images/titleBar.png") repeat-x top;
|
|
|
|
padding-top:.3em;
|
|
|
|
padding-bottom:.2em;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.dj_ie6 .tundra .dijitCalendarMonthContainer th {
|
|
|
|
padding-top:.2em;
|
|
|
|
padding-bottom:.1em;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarDayLabelTemplate {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* day of week labels */
|
2010-11-15 08:39:52 +01:00
|
|
|
background:white url("images/calendarDayLabel.png") repeat-x bottom;
|
|
|
|
font-weight:normal;
|
|
|
|
padding-top:.15em;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding-bottom:0;
|
2010-11-15 08:39:52 +01:00
|
|
|
border-top: 1px solid #eeeeee;
|
|
|
|
color:#293a4b;
|
|
|
|
text-align:center;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarBodyContainer {
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarMonthLabel {
|
|
|
|
color:#293a4b;
|
|
|
|
font-weight: bold;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 0 4px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarDateTemplate {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* style for each day cell */
|
2010-11-15 08:39:52 +01:00
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.3em 0.3em 0.05em 0.3em;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dj_ie .tundra .dijitCalendarDateTemplate {
|
|
|
|
padding: 0.1em .33em 0.02em .33em;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarPreviousMonth,
|
|
|
|
.tundra .dijitCalendarNextMonth {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* days that are part of the previous or next month */
|
2010-11-15 08:39:52 +01:00
|
|
|
color:#999999;
|
|
|
|
background-color:#f8f8f8;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarCurrentMonth {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* days that are part of this month */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-color: white;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarCurrentDate {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* cell for today's date */
|
2010-11-15 08:39:52 +01:00
|
|
|
text-decoration:underline;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarHoveredDate {
|
|
|
|
background-color: #e2ebf2;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarDisabledDate {
|
|
|
|
text-decoration: line-through;
|
2011-11-08 17:40:44 +01:00
|
|
|
background-color: white; /* override hover effects above, hover and click on disabled date should have no effect */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarSelectedDate {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* cell for the selected date */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-color:#bbc4d0 !important;
|
|
|
|
color:black !important;
|
|
|
|
}
|
|
|
|
.tundra .dijitCalendarYearContainer {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* footer of the table that contains the year display/selector */
|
2010-11-15 08:39:52 +01:00
|
|
|
background:white url("images/calendarYearLabel.png") repeat-x bottom;
|
|
|
|
border-top:1px solid #ccc;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarYearLabel {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* container for all of 3 year labels */
|
2010-11-15 08:39:52 +01:00
|
|
|
margin:0;
|
|
|
|
padding:0.4em 0 0.25em 0;
|
|
|
|
text-align:center;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarSelectedYear {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* label for selected year */
|
2010-11-15 08:39:52 +01:00
|
|
|
color:black;
|
|
|
|
padding:0.2em;
|
|
|
|
padding-bottom:0.1em;
|
|
|
|
background-color:#bbc4d0 !important;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitCalendarNextYear,
|
|
|
|
.tundra .dijitCalendarPreviousYear {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* label for next/prev years */
|
2010-11-15 08:39:52 +01:00
|
|
|
color:black !important;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Styling for month DropDownButton */
|
|
|
|
|
|
|
|
.tundra .dijitCalendar .dijitDropDownButton {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.tundra .dijitCalendar .dijitButtonText {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.tundra .dijitCalendar .dijitDropDownButton .dijitButtonNode {
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styling for month drop down list */
|
|
|
|
|
|
|
|
.tundra .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
|
|
|
|
background-color: #3559ac;
|
|
|
|
color:#fff;
|
|
|
|
}
|