mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
28 lines
No EOL
1.5 KiB
CSS
Executable file
28 lines
No EOL
1.5 KiB
CSS
Executable file
/*
|
|
* jQuery UI Datepicker @VERSION
|
|
*
|
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Datepicker#theming
|
|
*/
|
|
div.hasDatepicker{ display: block; padding: 0; overflow: visible; margin: 8px 0; }
|
|
.ui-datepicker { overflow: visible; margin: 0; }
|
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.4em 0; border-bottom: 0; font-weight: bold; }
|
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { padding: 1px 0 1px 2px; position:absolute; top: .5em; margin-top: 0; text-indent: -9999px; }
|
|
|
|
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
|
.ui-datepicker .ui-datepicker-next { right:2px; }
|
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
|
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
|
.ui-datepicker table {width: 100%; border-collapse: collapse; margin:0; }
|
|
.ui-datepicker td { border-width: 1px; padding: 0; text-align: center; }
|
|
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em 0; font-weight: bold; margin: 0; border-width: 0; text-align: center; text-decoration: none; }
|
|
|
|
@media screen and (min-width: 480px){
|
|
div.hasDatepicker { width: 63%; display: inline-block; margin: 0; }
|
|
} |