ui.datepick.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* ThemeRoller override style sheet for jQuery date picker v4.0.6. */
  2. .ui-datepicker {
  3. display: block;
  4. }
  5. #ui-datepicker-div,
  6. .ui-datepicker-inline {
  7. width: 17em;
  8. font-size: 75%;
  9. }
  10. #ui-datepicker-div {
  11. z-index: 100;
  12. }
  13. .ui-datepicker-inline {
  14. float: left;
  15. }
  16. .ui-datepicker-rtl {
  17. direction: rtl;
  18. }
  19. #ui-datepicker-div a,
  20. .ui-datepicker-inline a {
  21. text-decoration: none;
  22. }
  23. .ui-datepicker-prompt {
  24. height: 1.5em;
  25. padding-top: 0.25em;
  26. text-align: center;
  27. }
  28. button.ui-datepicker-cmd {
  29. height: 2em;
  30. }
  31. .ui-datepicker-cmd-clear {
  32. float: left;
  33. margin-left: 0.25em;
  34. }
  35. .ui-datepicker-cmd-close {
  36. float: right;
  37. margin-right: 0.25em;
  38. }
  39. .ui-datepicker-cmd-prev {
  40. position: static;
  41. float: left;
  42. width: 30%;
  43. height: auto;
  44. margin-left: 1%;
  45. }
  46. .ui-datepicker-cmd-next {
  47. position: static;
  48. float: right;
  49. width: 30%;
  50. height: auto;
  51. margin-right: 1%;
  52. text-align: right;
  53. }
  54. .ui-datepicker-cmd-current,
  55. .ui-datepicker-cmd-today {
  56. float: left;
  57. width: 37%;
  58. text-align: center;
  59. }
  60. .ui-datepicker-month-nav {
  61. float: left;
  62. text-align: center;
  63. }
  64. .ui-datepicker-month-nav div {
  65. float: left;
  66. width: 12.5%;
  67. margin: 1%;
  68. padding: 1%;
  69. }
  70. .ui-datepicker-month-nav span {
  71. color: #888;
  72. }
  73. .ui-datepicker-row-break {
  74. width: 100%;
  75. }
  76. .ui-datepicker-group {
  77. float: left;
  78. width: 17em;
  79. }
  80. .ui-datepicker-group .ui-datepicker-header {
  81. height: 1.5em;
  82. text-align: center;
  83. }
  84. .ui-datepicker select,
  85. .ui-datepicker-inline select {
  86. width: auto;
  87. height: 1.66em;
  88. border: none;
  89. font-weight: bold;
  90. }
  91. .ui-datepicker th {
  92. padding: 0.5em 0.3em;
  93. }
  94. .ui-datepicker td,
  95. .ui-datepicker td a,
  96. .ui-datepicker td span {
  97. border: 1px solid transparent;
  98. text-align: center;
  99. }
  100. .ui-datepicker-status {
  101. padding: 0.25em 0em;
  102. text-align: center;
  103. }
  104. .ui-datepicker .ui-helper-clearfix {
  105. clear: both;
  106. }
  107. .ui-datepicker-cover {
  108. display: none;
  109. display/**/: block;
  110. position: absolute;
  111. z-index: -1;
  112. filter: mask();
  113. top: -1px;
  114. left: -1px;
  115. width: 187px;
  116. height: 187px;
  117. }