aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/default.html
Commit message (Expand)AuthorAgeFilesLines
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
* Datepicker demos: Coding standards.Scott González2010-09-101-11/+11
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
* fixed #5163 - themes: css files need to be renamed to be consistent with js f...Richard Worth2010-02-161-1/+1
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-2/+2
* Switched to jQuery 1.3.2Richard Worth2009-02-201-1/+1
* switched to jQuery 1.3.1Richard Worth2009-01-221-1/+1
* updated the demo captions, and reordered the examples navigationMaggie Costello Wachs2009-01-191-2/+2
* Removed some content from default description and added to overview section o...Todd Parker2009-01-191-11/+0
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-141-1/+1
* switched to jQuery 1.3rc2Richard Worth2009-01-131-1/+1
* reverted temp commit for demosPaul Bakaus2009-01-121-1/+1
* temp commit: reverted to 1.2.6 to fix website issuesPaul Bakaus2009-01-121-1/+1
* Added description of keyboard equivalentsKeith Wood2009-01-091-0/+11
* reverted r1544 (it was temporary)Richard Worth2009-01-081-1/+1
* temporarily switched back to 1.2.6Richard Worth2009-01-081-1/+1
* removed default theme in favor of only one versioned css framework/TR theme -...Richard Worth2009-01-071-1/+1
* Updated all demos/tests to jQuery 1.3pre.Scott González2009-01-031-1/+1
* demos: touch upRichard Worth2009-01-011-4/+2
* demos: moved the demos.css link down so it can override default theme styles....Richard Worth2008-12-311-1/+1
* Added wrappers for demo and description for each page.Todd Parker2008-12-301-0/+12
* set svn:eol-style to nativeRichard Worth2008-12-301-21/+21
* Added 4 new datepicker demos, edited index page and default demoTodd Parker2008-12-291-2/+2
* Demos: Added missing semicolon.Scott González2008-12-291-1/+1
* demos: Added default datepicker demoRichard Worth2008-12-231-0/+21
n class="w"> border-bottom: none; } .v-ie6 .v-window-footer { border-bottom: 1px solid #c8c9ca; margin-top: -1px; padding-top: 1px; } .v-window-outerheader { height: 16px; margin-left: 9px; padding: 10px 40px 12px 2px; background: transparent url(top-right.png) no-repeat right top; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .v-window-header { color: #000; font-size: 12px; text-shadow: 1px 1px #fff; } .v-window-contents { padding: 0 5px 0 5px; } .v-window-footer { height: 5px; overflow: visible; } .v-window div.v-window-footer-noresize { height: 5px; } .v-window-closebox { background: url(closebutton_sprites.png) no-repeat scroll 0 0 transparent; position: absolute; width: 24px; height: 24px; right: 9px; top: 8px; } .v-window-closebox:hover { background-position: 0 -24px; } .v-window-closebox:active { background-position: 0 -48px; } .v-window-resizebox { background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat scroll -69px -229px; width: 10px; height: 10px; bottom: 0; }