mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 11:01:06 +00:00
set a max width on the datepicker for desktop preview
This commit is contained in:
parent
2f9d1bce33
commit
c0585948bb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* 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 { overflow: visible; margin: 0; max-width: 500px; }
|
||||
.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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue