Projet

Général

Profil

Révision 599a39cd

Ajouté par Assos Assos il y a environ 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_api/date.css
3 3
 * Main stylesheet for Date module.
4 4
 */
5 5

  
6
/* Force start/end dates to float using inline-block, where it works, otherwise inline. */
6
/* Force start/end dates to float using inline-block, where it works, */
7
/* otherwise inline. */
7 8
.container-inline-date {
8 9
  clear: both;
9 10
}
......
52 53
  width: auto;
53 54
}
54 55

  
55
/* The exposed Views form doesn't need some of these styles */
56
/* The exposed Views form doesn't need some of these styles. */
56 57
.container-inline-date .date-padding {
57 58
  float: left;
58 59
}
......
63 64
  padding: 0;
64 65
}
65 66

  
66
/* Fixes for date popup css so it will behave in Drupal */
67
/* Fixes for date popup css so it will behave in Drupal. */
67 68
#calendar_div,
68 69
#calendar_div td,
69 70
#calendar_div th {
......
84 85
  padding: 0;
85 86
}
86 87

  
87
/* formatting for start/end dates in nodes and views */
88
/* Formatting for start/end dates in nodes and views. */
88 89
span.date-display-single {
89 90
}
90 91
span.date-display-start {
......
114 115
  width: auto;
115 116
}
116 117

  
117
/* Add space between date option checkboxes ('All day' & 'Collect End Date') */
118
.date-float .form-type-checkbox{
118
/* Add space between date option checkboxes ('All day' & 'Collect End Date'). */
119
.date-float .form-type-checkbox {
119 120
  padding-right: 1em;
120 121
}
121 122

  
......
142 143
  float: left;
143 144
}
144 145

  
145
/* Calendar day css */
146
/* Calendar day CSS. */
146 147
div.date-calendar-day {
147
  background: #F3F3F3;
148
  border-top: 1px solid #EEE;
149
  border-left: 1px solid #EEE;
150
  border-right: 1px solid #BBB;
151
  border-bottom: 1px solid #BBB;
148
  background: #f3f3f3;
149
  border-top: 1px solid #eee;
150
  border-left: 1px solid #eee;
151
  border-right: 1px solid #bbb;
152
  border-bottom: 1px solid #bbb;
152 153
  color: #999;
153 154
  float: left;
154 155
  line-height: 1;
......
162 163
  text-align: center;
163 164
}
164 165
div.date-calendar-day span.month {
165
  background-color: #B5BEBE;
166
  background-color: #b5bebe;
166 167
  color: white;
167 168
  font-size: .9em;
168 169
  padding: 2px;
......
179 180

  
180 181
.date-form-element-content-multiline {
181 182
  padding: 10px;
182
  border: 1px solid #CCC;
183
  border: 1px solid #ccc;
183 184
}
184
/* Admin styling */
185

  
186
/* Admin styling. */
185 187
.form-item.form-item-instance-widget-settings-input-format-custom,
186 188
.form-item.form-item-field-settings-enddate-required {
187 189
  margin-left: 1.3em;

Formats disponibles : Unified diff