2012-02-27 00:49:51 +00:00
|
|
|
/*!
|
2010-07-14 19:55:54 +00:00
|
|
|
* jQuery UI Datepicker @VERSION
|
2012-07-04 13:08:08 +00:00
|
|
|
* http://jqueryui.com
|
2010-07-14 19:55:54 +00:00
|
|
|
*
|
2014-12-21 18:27:43 +00:00
|
|
|
* Copyright jQuery Foundation and other contributors
|
2012-08-09 14:13:24 +00:00
|
|
|
* Released under the MIT license.
|
2010-07-14 19:55:54 +00:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
2013-06-06 02:03:09 +00:00
|
|
|
* http://api.jqueryui.com/datepicker/#theming
|
2010-07-14 19:55:54 +00:00
|
|
|
*/
|
2012-11-20 00:29:01 +00:00
|
|
|
.ui-datepicker {
|
2014-06-17 23:35:51 +00:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2012-11-20 00:29:01 +00:00
|
|
|
}
|
2014-06-17 23:35:51 +00:00
|
|
|
|