Changeset 13749
- Timestamp:
- 05/16/08 07:19:29 (6 months ago)
- Location:
- dojox/trunk/widget
- Files:
-
- 2 modified
-
Calendar.js (modified) (1 diff)
-
Calendar/Calendar.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/widget/Calendar.js
r13652 r13749 241 241 // summary: This function overrides the base function defined in dijit._Calendar. 242 242 // It changes the displayed years, months and days depending on the inputs. 243 this.displayMonth = dojo.date.add(this.displayMonth, part, amount);244 245 243 var child = this._children[this._currentChild]; 246 244 -
dojox/trunk/widget/Calendar/Calendar.css
r13652 r13749 25 25 margin: auto; 26 26 text-align: center; 27 } 28 29 .dojoxCalendar .dijitCalendarDateTemplate { 30 padding: 0px; 27 31 } 28 32