Projet

Général

Profil

Paste
Télécharger (5,02 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / css / views-admin.garland.css @ 651307cd

1
/**
2
 * The .garland.css file is intended to contain styles that override declarations
3
 * in the Garland theme.
4
 */
5

    
6
/* @group Attachment details tabs
7
 *
8
 * The tabs that switch between sections
9
 */
10

    
11
.views-displays .region-content .secondary,
12
.views-displays .region-content .secondary {
13
  padding-bottom: 0;
14
  padding-left: 0;
15
}
16

    
17
.views-displays .secondary .action-list {
18
  left: 1px;
19
  top: 20px;
20
}
21

    
22
.views-displays .secondary .action-list li,
23
.views-displays .secondary a {
24
  border-color: #e9e9e9;
25
}
26

    
27
.views-displays .secondary a {
28
  font-size: 12px;
29
  padding: 2px 7px;
30
}
31

    
32
.views-displays ul.secondary li a:hover,
33
.views-displays ul.secondary li.active a {
34
  border: 1px solid transparent;
35
  padding: 2px 7px;
36
}
37

    
38
.views-displays .secondary > li a {
39
  -moz-border-radius: 5px;
40
  -webkit-border-radius: 5px;
41
  border-radius: 5px;
42
}
43

    
44
.views-displays .secondary > li.open a {
45
  background-image: none;
46
  -moz-border-radius: 5px 5px 0 0;
47
  -webkit-border-bottom-left-radius: 0;
48
  -webkit-border-bottom-right-radius: 0;
49
  -webkit-border-top-left-radius: 5px;
50
  -webkit-border-top-right-radius: 5px;
51
  border-radius: 5px 5px 0 0;
52
}
53

    
54
.views-displays .secondary .open > a:hover {
55
  border-color: #e9e9e9 #e9e9e9 #f1f1f1 #e9e9e9;
56
  border-width: 1px 1px 1px 1px;
57
  color: #0071B3;
58
}
59

    
60
.views-displays .secondary input.form-submit {
61
  font-size: 11px;
62
}
63

    
64
/* @end */
65

    
66
/* @group Attachment buckets
67
 *
68
 * These are the individual "buckets," or boxes, inside the display settings area
69
 */
70

    
71
.views-ui-display-tab-bucket h3 {
72
  font-weight: bold;
73
}
74

    
75
/* @end */
76

    
77
/* @group Modal dialog box
78
 *
79
 * The contents of the popup dialog on the views edit form.
80
 */
81

    
82
.views-filterable-options .form-type-checkbox {
83
  margin: 0;
84
}
85

    
86
.views-filterable-options .even .form-type-checkbox {
87
  background-color: #F9F9F9;
88
}
89

    
90
.views-ui-dialog .ui-dialog-titlebar-close,
91
.views-ui-dialog #views-ajax-title,
92
.views-ui-dialog .views-override,
93
.views-ui-dialog .form-buttons {
94
  background-color: #f6f6f6;
95
}
96

    
97
/* @end */
98

    
99
/* @group CTools */
100

    
101
/* @group Buttons */
102

    
103
.ctools-button-processed {
104
  background-image:
105
    -moz-linear-gradient(
106
      -90deg,
107
      #ffffff 0px,
108
      #f9f9f9 100%);
109
  background-image:
110
    -webkit-gradient(
111
      linear,
112
      left top,
113
      left bottom,
114
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
115
      color-stop(1.0, rgba(249, 249, 249, 1.0))
116
    );
117
  background-image:
118
    -webkit-linear-gradient(
119
      -90deg,
120
      #ffffff 0px,
121
      #f9f9f9 100%);
122
  background-image:
123
    linear-gradient(
124
      -90deg,
125
      #ffffff 0px,
126
      #f9f9f9 100%);
127
  -moz-border-radius: 5px;
128
  -webkit-border-radius: 5px;
129
  border-radius: 5px;
130
  padding-bottom: 1px;
131
  padding-top: 1px;
132
}
133

    
134
.ctools-button-processed:hover {
135
  background-image:
136
    -moz-linear-gradient(
137
      -90deg,
138
      #ffffff 0px,
139
      #f1f1f1 100%);
140
  background-image:
141
    -webkit-gradient(
142
      linear,
143
      left top,
144
      left bottom,
145
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
146
      color-stop(1.0, rgba(241, 241, 241, 1.0))
147
    );
148
  background-image:
149
    -webkit-linear-gradient(
150
      -90deg,
151
      #ffffff 0px,
152
      #f1f1f1 100%);
153
  background-image:
154
    linear-gradient(
155
      -90deg,
156
      #ffffff 0px,
157
      #f1f1f1 100%);
158
}
159

    
160
.ctools-button-processed ol li,
161
.ctools-button-processed ul li {
162
  margin: 0;
163
  padding-bottom: 0;
164
}
165

    
166
.views-ui-display-tab-actions .ctools-button-processed input {
167
  margin-right: 0;
168
}
169

    
170
.ctools-content ul.actions {
171
  padding-bottom: 0;
172
}
173

    
174
.ctools-dropbutton-processed.open:hover {
175
  background-image:
176
    -moz-linear-gradient(
177
      -90deg,
178
      #ffffff 0px,
179
      #f9f9f9 100%);
180
  background-image:
181
    -webkit-gradient(
182
      linear,
183
      left top,
184
      left bottom,
185
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
186
      color-stop(1.0, rgba(249, 249, 249, 1.0))
187
    );
188
  background-image:
189
    -webkit-linear-gradient(
190
      -90deg,
191
      #ffffff 0px,
192
      #f9f9f9 100%);
193
  background-image:
194
    linear-gradient(
195
      -90deg,
196
      #ffffff 0px,
197
      #f9f9f9 100%);
198
}
199

    
200
.ctools-dropbutton-processed.open {
201
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
202
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
203
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
204
}
205

    
206
.ctools-twisty {
207
  top: 0.6667em;
208
}
209

    
210
.ctools-dropbutton-processed.open .ctools-twisty {
211
  top: 0.3333em;
212
}
213

    
214
/* @end */
215

    
216
/* @group Dependent */
217

    
218
.dependent-options,
219
.form-checkboxes.dependent-options,
220
.form-radios.dependent-options,
221
.form-checkboxes .form-item.dependent-options,
222
.form-radios .form-item.dependent-options {
223
  margin-left: 25px;
224
}
225

    
226
/* @end */
227

    
228
/* @group Collapsible */
229

    
230
.ctools-toggle {
231
  margin-top: 0.5em;
232
}
233

    
234
.ctools-toggle,
235
.views-display-settings .ctools-toggle {
236
  color: #494949;
237
}
238

    
239
.ctools-toggle.ctools-toggle-collapsed {
240
  margin-top: 0.25em;
241
}
242

    
243
.views-display-column > .ctools-toggle {
244
  margin-top: 14px;
245
}
246

    
247
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
248
  margin-top: 12px;
249
}
250

    
251
.views-ui-display-tab-actions .ctools-button input {
252
  color: #027AC6;
253
  font-size: 12px;
254
}
255

    
256
.views-ui-display-tab-actions .ctools-button input:hover,
257
.views-ui-display-tab-actions .ctools-button input:focus {
258
  color: #0062A0;
259
}
260

    
261
/* @end */
262

    
263
/* @end */