]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/soria/Calendar.css
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / themes / soria / Calendar.css
index b2576c0e040a9bffc7bd270e735eb939402f859a..78572dab0e47eaefa3248fcf0fe748017e638bb0 100644 (file)
@@ -1,6 +1,7 @@
+/* Calendar*/
 
 .soria .dijitCalendarIncrementControl {
-       
+       /* next/prev month buttons */
        width:15px;
        height:15px;
        background-image: url("images/spriteRoundedIconsSmall.png");
        font-size:.1em;
        background-image: url("images/spriteRoundedIconsSmall.gif");
 }
+
 .soria .dijitA11ySideArrow {
        display: none;
 }
+
 .soria .dijitCalendarDecrease {
        background-position: top left;
 }
 .soria .dijitCalendarIncrease {
        background-position: -30px top;
 }
+
 .soria table.dijitCalendarContainer {
        font-size: 100%;
        border-spacing: 0;
@@ -26,8 +30,9 @@
        border: 1px solid #b1badf;
        margin: 0;
 }
+
 .soria .dijitCalendarMonthContainer th {
-       
+       /* month header cell */
        background:#bed7f0 url("images/titleBar.png") repeat-x top;
        padding-top:.3em;
        padding-bottom:.2em;
@@ -37,8 +42,9 @@
        padding-top:.2em;
        padding-bottom:.1em;
 }
+
 .soria .dijitCalendarDayLabelTemplate {
-       
+       /* day of week labels */
        background:#bed7f0;
        font-weight:normal;
        padding-top:.15em;
        color:#293a4b;
        text-align:center;
 }
+
 .soria .dijitCalendarBodyContainer {
        border-bottom: 1px solid #eeeeee;
 }
+
 .soria .dijitCalendarMonthLabel {
        color:#293a4b;
        font-weight: bold;
+       padding: 0 4px;
 }
+
 .soria .dijitCalendarDateTemplate {
-       
+       /* style for each day cell */
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border:#fff solid 1px !important;
 }
+
 .dj_ie .soria .dijitCalendarDateTemplate {
        padding: 0.1em .33em 0.02em .33em;
 }
+
 .soria .dijitCalendarPreviousMonth,
 .soria .dijitCalendarNextMonth                 {
-       
+       /* days that are part of the previous or next month */
        color:#999999;
        background-color:#fdfdfd !important;
        border:#fdfdfd solid 1px !important;
 }
+
 .soria .dijitCalendarCurrentMonth {
-       
+       /* days that are part of this month */
 }
+
 .soria .dijitCalendarDisabledDate {
        text-decoration:line-through !important;
 }
+
 .soria .dijitCalendarCurrentDate {
-       
+       /* cell for today's date */
        text-decoration:underline;
        font-weight:bold;
 }
+
 .soria .dijitCalendarSelectedDate {
-       
+       /* cell for the selected date */
        background-color:#b9cbf1 !important;
        color:black !important;
        border:#4b5aaa solid 1px !important;
 }
+
+
 .soria .dijitCalendarYearContainer {
-       
+       /* footer of the table that contains the year display/selector */
        background:white url("images/titleBar.png") repeat-x top;
 }
+
 .soria .dijitCalendarYearLabel {
-       
+       /* container for all of 3 year labels */
        margin:0;
        padding:0.4em 0 0.25em 0;
        text-align:center;
 }
+
 .soria .dijitCalendarSelectedYear {
-       
+       /* label for selected year */
        color:black;
        padding:0.2em;
        padding-bottom:0.1em;
        background-color:#b9cbf1 !important;
        border:#4b5aaa solid 1px !important;
 }
+
 .soria .dijitCalendarNextYear,
 .soria .dijitCalendarPreviousYear {
-       
+       /* label for next/prev years */
        color:black !important;
        font-weight:normal;
 }
+
+/* Styling for month DropDownButton */
+
+.soria .dijitCalendar .dijitDropDownButton {
+       margin: 0;
+}
+.soria .dijitCalendar .dijitButtonText {
+       padding: 0;
+}
+.soria .dijitCalendar .dijitDropDownButton .dijitButtonNode {
+       background-color: transparent;
+       background-image: none;
+       padding: 0;
+}
+
+/* Styling for month drop down list */
+
+.soria .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
+       background-color: #d9e6f9;
+       color: #243C5F;
+}
\ No newline at end of file