summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/nihilo/Calendar.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
committerAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
commit81bea17aefb26859f825b9293c7c99192874806e (patch)
treefb244408ca271affa2899adb634788802c9a89d8 /lib/dijit/themes/nihilo/Calendar.css
parent870a70e109ac9e80a88047044530de53d0404ec7 (diff)
upgrade Dojo to 1.6.1
Diffstat (limited to 'lib/dijit/themes/nihilo/Calendar.css')
-rw-r--r--lib/dijit/themes/nihilo/Calendar.css66
1 files changed, 54 insertions, 12 deletions
diff --git a/lib/dijit/themes/nihilo/Calendar.css b/lib/dijit/themes/nihilo/Calendar.css
index a193f8ddf..2c9248b08 100644
--- a/lib/dijit/themes/nihilo/Calendar.css
+++ b/lib/dijit/themes/nihilo/Calendar.css
@@ -1,6 +1,7 @@
+/* Calendar*/
.nihilo .dijitCalendarIncrementControl {
-
+ /* next/prev month buttons */
width:15px;
height:15px;
background-image: url("images/spriteRoundedIconsSmall.png");
@@ -10,15 +11,18 @@
font-size:.1em;
background-image: url("images/spriteRoundedIconsSmall.gif");
}
+
.nihilo .dijitA11ySideArrow {
display: none;
}
+
.nihilo .dijitCalendarDecrease {
background-position: top left;
}
.nihilo .dijitCalendarIncrease {
background-position: -30px top;
}
+
.nihilo table.dijitCalendarContainer {
font-size: 100%;
border-spacing: 0;
@@ -26,8 +30,9 @@
border: 1px solid #ccc;
margin: 0;
}
+
.nihilo .dijitCalendarMonthContainer th {
-
+ /* month header cell */
background:#d3d3d3 url("images/titleBar.png") repeat-x top;
padding-top:.3em;
padding-bottom:.2em;
@@ -37,8 +42,9 @@
padding-top:.2em;
padding-bottom:.1em;
}
+
.nihilo .dijitCalendarDayLabelTemplate {
-
+ /* day of week labels */
background:#fefefe;
font-weight:normal;
padding-top:.15em;
@@ -47,15 +53,19 @@
color:#293a4b;
text-align:center;
}
+
.nihilo .dijitCalendarBodyContainer {
border-bottom: 1px solid #eeeeee;
}
+
.nihilo .dijitCalendarMonthLabel {
color:#293a4b;
font-weight: bold;
+ padding: 0 4px;
}
+
.nihilo .dijitCalendarDateTemplate {
-
+ /* style for each day cell */
font-size: 0.9em;
font-weight: bold;
text-align: center;
@@ -64,54 +74,86 @@
background-color: #fdfdfd;
border:#fdfdfd solid 1px !important;
}
+
.dj_ie .nihilo .dijitCalendarDateTemplate {
padding: 0.1em .33em 0.02em .33em;
}
+
.nihilo .dijitCalendarPreviousMonth,
.nihilo .dijitCalendarNextMonth {
-
+ /* days that are part of the previous or next month */
color:#999999;
background-color:#f5f5f5 !important;
border:#f5f5f5 solid 1px !important;
}
+
.nihilo .dijitCalendarCurrentMonth {
-
+ /* days that are part of this month */
}
+
.nihilo .dijitCalendarDisabledDate {
text-decoration:line-through !important;
}
+
.nihilo .dijitCalendarCurrentDate {
-
+ /* cell for today's date */
text-decoration:underline;
font-weight:bold;
}
+
.nihilo .dijitCalendarSelectedDate {
-
+ /* cell for the selected date */
background-color:#ffe284 !important;
color:black !important;
border:#f7c95c solid 1px !important;
}
+
+
.nihilo .dijitCalendarYearContainer {
-
+ /* footer of the table that contains the year display/selector */
background:white url("images/titleBar.png") repeat-x top;
}
+
.nihilo .dijitCalendarYearLabel {
-
+ /* container for all of 3 year labels */
margin:0;
padding:0.4em 0 0.25em 0;
text-align:center;
}
+
.nihilo .dijitCalendarSelectedYear {
-
+ /* label for selected year */
color:black;
padding:0.2em;
padding-bottom:0.1em;
background-color:#ffe284 !important;
border:#f7c95c solid 1px !important;
}
+
.nihilo .dijitCalendarNextYear,
.nihilo .dijitCalendarPreviousYear {
-
+ /* label for next/prev years */
color:black !important;
font-weight:normal;
}
+
+/* Styling for month DropDownButton */
+
+.nihilo .dijitCalendar .dijitDropDownButton {
+ margin: 0;
+}
+.nihilo .dijitCalendar .dijitButtonText {
+ padding: 0;
+}
+.nihilo .dijitCalendar .dijitDropDownButton .dijitButtonNode {
+ background-color: transparent;
+ background-image: none;
+ padding: 0;
+}
+
+/* Styling for month drop down list */
+
+.nihilo .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
+ background-color: #ffe284;
+ color: #243C5F;
+} \ No newline at end of file