Projet

Général

Profil

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

root / drupal7 / sites / all / modules / date / date_views / css / date_views.css @ 599a39cd

1
/**
2
 * @file
3
 * Custom CSS for the Date Views module.
4
 */
5

    
6
/* Pager plugin. */
7
div.date-views-pager {
8
  margin-left: auto;
9
  margin-right: auto;
10
}
11
div.date-views-pager li {
12
  float: left;
13
  text-align: left;
14
  width: 20%;
15
}
16

    
17
div.date-views-pager div.current-page {
18
  font-weight: bold;
19
  text-align: center;
20
}
21
div.date-views-pager div.next-month,
22
div.date-views-pager div.next-year {
23
  text-align: right;
24
}
25

    
26

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

    
43
.date-views-filter-wrapper {
44
  min-width: 250px;
45
}
46
.date-views-filter input {
47
  float: left !important; /* LTR */
48
  margin-right: 2px !important; /* LTR */
49
  min-width: 12em;
50
  padding: 0 !important;
51
  width: 12em;
52
}
53

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

    
69
.date-nav-wrapper .clear-block {
70
  margin-bottom: 10px;
71
}
72

    
73
.date-nav-wrapper {
74
  position: relative;
75
  margin-top: 5px;
76
  width: 100%;
77
}
78

    
79
.date-nav-wrapper .date-nav {
80
  background-color: transparent;
81
  border: 0px;
82
  height: 30px;
83
  height: auto;
84
  min-height: 30px;
85
  position: relative;
86
  margin-bottom: 10px;
87
}
88

    
89
.date-nav-wrapper .date-prev a,
90
.date-nav-wrapper .date-next a {
91
  text-decoration: none;
92
  color: inherit;
93
  font-size: 12px;
94
}
95

    
96
.date-nav-wrapper.date-nav a:hover {
97
  text-decoration: underline;
98
}
99

    
100
.date-nav-wrapper .date-prev {
101
  padding: 5px 0;
102
  position: absolute;
103
  left: 0px;
104
  text-align: left;
105
  top: 0px;
106
  width: auto;
107
  z-index: 1;
108
  font-size: 12px;
109
}
110

    
111
.date-nav-wrapper .date-prev {
112
  left: 0;
113
  right: auto;
114
}
115

    
116
.date-nav-wrapper .date-prev a {
117
  margin-left: 10px;
118
  font-weight: bold;
119
}
120

    
121
.date-nav-wrapper .date-heading {
122
  position: relative;
123
  width: 100%;
124
  top: 0px;
125
  text-align: center;
126
  z-index: 0;
127
}
128

    
129
.date-nav-wrapper .date-heading h3 {
130
  line-height: 30px;
131
  font-size: 1.7em;
132
}
133

    
134
.date-nav-wrapper .date-next {
135
  padding: 5px 0;
136
  position: absolute;
137
  right: 0px;
138
  text-align: right;
139
  top: 0px;
140
  width: auto;
141
  z-index: 1;
142
  font-size: 12px;
143
}
144

    
145
.date-nav-wrapper .date-next a {
146
  margin-right: 10px;
147
  font-weight: bold;
148
}