date_views.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /* Pager plugin css */
  2. div.date-views-pager {
  3. margin-left: auto;
  4. margin-right: auto;
  5. }
  6. div.date-views-pager li {
  7. float: left;
  8. text-align: left;
  9. width: 20%;
  10. }
  11. div.date-views-pager div.current-page {
  12. font-weight: bold;
  13. text-align: center;
  14. }
  15. div.date-views-pager div.next-month,
  16. div.date-views-pager div.next-year {
  17. text-align: right;
  18. }
  19. /* Views filter form css */
  20. .views-group-box div.date-views-filter-fieldset {
  21. margin-left: 0;
  22. }
  23. .views-group-box fieldset.date-views-filter-fieldset {
  24. padding-top: 0;
  25. }
  26. .views-group-box fieldset.date-views-filter-fieldset .container-inline-date > .form-item {
  27. border-width: 0;
  28. margin: 9px 3px 0 3px;
  29. display: block;
  30. }
  31. .views-group-box fieldset.date-views-filter-fieldset .container-inline-date .date-padding {
  32. padding: 0;
  33. }
  34. .date-views-filter-wrapper {
  35. min-width: 250px;
  36. }
  37. .date-views-filter input {
  38. float: left !important; /* LTR */
  39. margin-right: 2px !important; /* LTR */
  40. min-width: 12em;
  41. padding: 0 !important;
  42. width: 12em;
  43. }
  44. /**
  45. * Style Header
  46. */
  47. /* Give the navigation bar a little extra padding below so it will clear the new contextual links overlay of the teasers below it. */
  48. .date-nav {
  49. clear: both;
  50. padding-bottom: 1.5em;
  51. width: 100%;
  52. }
  53. .date-nav div.date-heading h3 {
  54. margin: 0;
  55. padding: 0;
  56. }
  57. .date-nav-wrapper .clear-block {
  58. margin-bottom: 10px;
  59. }
  60. .date-nav-wrapper {
  61. position: relative;
  62. margin-top: 5px;
  63. width: 100%;
  64. }
  65. .date-nav-wrapper .date-nav {
  66. background-color: transparent;
  67. border: 0px;
  68. height: 30px;
  69. height: auto;
  70. min-height: 30px;
  71. position: relative;
  72. margin-bottom: 10px;
  73. }
  74. .date-nav-wrapper .date-prev a,
  75. .date-nav-wrapper .date-next a {
  76. text-decoration: none;
  77. color: inherit;
  78. font-size: 12px;
  79. }
  80. .date-nav-wrapper.date-nav a:hover {
  81. text-decoration: underline;
  82. }
  83. .date-nav-wrapper .date-prev {
  84. padding: 5px 0;
  85. position: absolute;
  86. left: 0px;
  87. text-align: left;
  88. top: 0px;
  89. width: auto;
  90. z-index: 1;
  91. font-size: 12px;
  92. }
  93. .date-nav-wrapper .date-prev {
  94. left: 0;
  95. right: auto;
  96. }
  97. .date-nav-wrapper .date-prev a {
  98. margin-left: 10px;
  99. font-weight: bold;
  100. }
  101. .date-nav-wrapper .date-heading {
  102. position: relative;
  103. width: 100%;
  104. top: 0px;
  105. text-align: center;
  106. z-index: 0;
  107. }
  108. .date-nav-wrapper .date-heading h3 {
  109. line-height: 30px;
  110. font-size: 1.7em;
  111. }
  112. .date-nav-wrapper .date-next {
  113. padding: 5px 0;
  114. position: absolute;
  115. right: 0px;
  116. text-align: right;
  117. top: 0px;
  118. width: auto;
  119. z-index: 1;
  120. font-size: 12px;
  121. }
  122. .date-nav-wrapper .date-next a {
  123. margin-right: 10px;
  124. font-weight: bold;
  125. }