Projet

Général

Profil

Paste
Télécharger (2,51 ko) Statistiques
| Branche: | Révision:

root / date / date_views / css / date_views.css @ 77885877

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

    
12
div.date-views-pager div.current-page {
13
  font-weight: bold;
14
  text-align: center;
15
}
16
div.date-views-pager div.next-month,
17
div.date-views-pager div.next-year {
18
  text-align: right;
19
}
20

    
21

    
22
/* Views filter form css */
23
.views-group-box div.date-views-filter-fieldset {
24
  margin-left: 0;
25
}
26
.views-group-box fieldset.date-views-filter-fieldset {
27
  padding-top: 0;
28
}
29
.views-group-box fieldset.date-views-filter-fieldset .container-inline-date > .form-item {
30
  border-width: 0;
31
  margin: 9px 3px 0 3px;
32
  display: block;
33
}
34
.views-group-box fieldset.date-views-filter-fieldset .container-inline-date .date-padding {
35
  padding: 0;
36
}
37

    
38
.date-views-filter-wrapper {
39
  min-width: 250px;
40
}
41
.date-views-filter input {
42
  float: left !important; /* LTR */
43
  margin-right: 2px !important; /* LTR */
44
  min-width: 12em;
45
  padding: 0 !important;
46
  width: 12em;
47
}
48

    
49
/**
50
 * Style Header
51
 */
52
/* Give the navigation bar a little extra padding below so it will clear the new contextual links overlay of the teasers below it. */
53
.date-nav {
54
  clear: both;
55
  padding-bottom: 1.5em;
56
  width: 100%;
57
}
58
.date-nav div.date-heading h3 {
59
  margin: 0;
60
  padding: 0;
61
}
62

    
63
.date-nav-wrapper .clear-block {
64
  margin-bottom: 10px;
65
}
66

    
67
.date-nav-wrapper  {
68
  position: relative;
69
  margin-top: 5px;
70
  width: 100%;
71
}
72

    
73
.date-nav-wrapper .date-nav {
74
  background-color: transparent;
75
  border: 0px;
76
  height: 30px;
77
  height: auto;
78
  min-height: 30px;
79
  position: relative;
80
  margin-bottom: 10px;
81
}
82

    
83
.date-nav-wrapper .date-prev a,
84
.date-nav-wrapper .date-next a {
85
  text-decoration: none;
86
  color: inherit;
87
  font-size: 12px;
88
}
89

    
90
.date-nav-wrapper.date-nav a:hover {
91
  text-decoration: underline;
92
}
93

    
94
.date-nav-wrapper .date-prev {
95
  padding: 5px 0;
96
  position: absolute;
97
  left: 0px;
98
  text-align: left;
99
  top: 0px;
100
  width: auto;
101
  z-index: 1;
102
  font-size: 12px;
103
}
104

    
105
.date-nav-wrapper .date-prev {
106
  left: 0;
107
  right: auto;
108
}
109

    
110
.date-nav-wrapper .date-prev a {
111
  margin-left: 10px;
112
  font-weight: bold;
113
}
114

    
115
.date-nav-wrapper .date-heading {
116
  position: relative;
117
  width: 100%;
118
  top: 0px;
119
  text-align: center;
120
  z-index: 0;
121
}
122

    
123
.date-nav-wrapper .date-heading h3 {
124
  line-height: 30px;
125
  font-size: 1.7em;
126
}
127

    
128
.date-nav-wrapper .date-next {
129
  padding: 5px 0;
130
  position: absolute;
131
  right: 0px;
132
  text-align: right;
133
  top: 0px;
134
  width: auto;
135
  z-index: 1;
136
  font-size: 12px;
137
}
138

    
139
.date-nav-wrapper .date-next a {
140
  margin-right: 10px;
141
  font-weight: bold;
142
}