Projet

Général

Profil

Paste
Télécharger (4,43 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / css / views-admin.bartik.css @ 76df55b7

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

    
6
/* @group Lists */
7

    
8
.views-display-top .secondary .action-list {
9
  padding-left: 0; /* LTR */
10
}
11

    
12
/* @end */
13

    
14
/* @group Attachment details tabs
15
 *
16
 * The tabs that switch between sections
17
 */
18

    
19
.views-displays .region-content .secondary,
20
.views-displays .region-content .secondary {
21
  padding-bottom: 0;
22
  padding-left: 0;
23
}
24

    
25
.views-displays .secondary a {
26
  font-size: smaller;
27
}
28

    
29
.views-displays .secondary > li a {
30
  -moz-border-radius: 5px;
31
  -webkit-border-radius: 5px;
32
  border-radius: 5px;
33
}
34

    
35
.views-displays .secondary > li.open a {
36
  -moz-border-radius: 5px 5px 0 0;
37
  -webkit-border-bottom-left-radius: 0;
38
  -webkit-border-bottom-right-radius: 0;
39
  -webkit-border-top-left-radius: 5px;
40
  -webkit-border-top-right-radius: 5px;
41
  border-radius: 5px 5px 0 0;
42
}
43

    
44
.views-displays .secondary .open > a:hover {
45
  color: #0071B3;
46
}
47

    
48
.views-displays .secondary input.form-submit {
49
  font-size: smaller;
50
}
51

    
52
/* @end */
53

    
54
/* @group Modal dialog box
55
 *
56
 * The contents of the popup dialog on the views edit form.
57
 */
58

    
59
.views-filterable-options .even .form-type-checkbox {
60
  background-color: #F9F9F9;
61
}
62

    
63
.views-ui-dialog .ui-dialog-titlebar-close,
64
.views-ui-dialog #views-ajax-title,
65
.views-ui-dialog .views-override,
66
.views-ui-dialog .form-buttons {
67
  background-color: #f6f6f6;
68
}
69

    
70
.views-ui-dialog a {
71
  color: #0071b3;
72
}
73

    
74
.views-ui-dialog a:hover,
75
.views-ui-dialog a:focus {
76
  color: #018fe2;
77
}
78

    
79
/* @end */
80

    
81
/* @group CTools */
82

    
83
/* @group Buttons */
84

    
85
.ctools-button-processed {
86
  background-image:
87
    -moz-linear-gradient(
88
      -90deg,
89
      #ffffff 0px,
90
      #f9f9f9 100%);
91
  background-image:
92
    -webkit-gradient(
93
      linear,
94
      left top,
95
      left bottom,
96
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
97
      color-stop(1.0, rgba(249, 249, 249, 1.0))
98
    );
99
  background-image:
100
    -webkit-linear-gradient(
101
      -90deg,
102
      #ffffff 0px,
103
      #f9f9f9 100%);
104
  background-image:
105
    linear-gradient(
106
      -90deg,
107
      #ffffff 0px,
108
      #f9f9f9 100%);
109
  -moz-border-radius: 5px;
110
  -webkit-border-radius: 5px;
111
  border-radius: 5px;
112
  padding-bottom: 1px;
113
  padding-top: 1px;
114
}
115

    
116
.ctools-button-processed:hover {
117
  background-image:
118
    -moz-linear-gradient(
119
      -90deg,
120
      #ffffff 0px,
121
      #f1f1f1 100%);
122
  background-image:
123
    -webkit-gradient(
124
      linear,
125
      left top,
126
      left bottom,
127
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
128
      color-stop(1.0, rgba(241, 241, 241, 1.0))
129
    );
130
  background-image:
131
    -webkit-linear-gradient(
132
      -90deg,
133
      #ffffff 0px,
134
      #f1f1f1 100%);
135
  background-image:
136
    linear-gradient(
137
      -90deg,
138
      #ffffff 0px,
139
      #f1f1f1 100%);
140
}
141

    
142
.ctools-button-processed li a,
143
.views-ui-display-tab-actions .ctools-button-processed input {
144
  padding-left: 9px;
145
  padding-right: 9px;
146
}
147

    
148
.ctools-content ul.actions {
149
  padding-bottom: 0;
150
}
151

    
152
.ctools-dropbutton-processed.open:hover {
153
  background-image:
154
    -moz-linear-gradient(
155
      -90deg,
156
      #ffffff 0px,
157
      #f9f9f9 100%);
158
  background-image:
159
    -webkit-gradient(
160
      linear,
161
      left top,
162
      left bottom,
163
      color-stop(0.0, rgba(255, 255, 255, 1.0)),
164
      color-stop(1.0, rgba(249, 249, 249, 1.0))
165
    );
166
  background-image:
167
    -webkit-linear-gradient(
168
      -90deg,
169
      #ffffff 0px,
170
      #f9f9f9 100%);
171
  background-image:
172
    linear-gradient(
173
      -90deg,
174
      #ffffff 0px,
175
      #f9f9f9 100%);
176
}
177

    
178
.ctools-dropbutton-processed.open {
179
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
180
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
181
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
182
}
183

    
184
.ctools-twisty {
185
  top: 0.6667em;
186
}
187

    
188
.ctools-dropbutton-processed.open .ctools-twisty {
189
  top: 0.3333em;
190
}
191

    
192
.ctools-dropbutton-processed li a,
193
.views-ui-display-tab-actions .ctools-dropbutton-processed input {
194
  padding-right: 7px;
195
}
196

    
197
.views-ui-display-tab-actions .ctools-button-processed input.form-submit {
198
  margin-right: 0;
199
  margin-top: 0;
200
}
201

    
202
/* @end */
203

    
204
/* @group Collapsible */
205

    
206
.ctools-toggle {
207
  margin-top: 0.9em;
208
}
209

    
210
.ctools-toggle.ctools-toggle-collapsed {
211
  margin-top: 0.72em;
212
}
213

    
214
.views-display-column > .ctools-toggle {
215
  margin-top: 14px;
216
}
217

    
218
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
219
  margin-top: 12px;
220
}
221

    
222
.views-ui-display-tab-actions .ctools-button input {
223
  color: #0071B3;
224
}
225

    
226
.views-ui-display-tab-actions .ctools-button input:hover,
227
.views-ui-display-tab-actions .ctools-button input:focus {
228
  color: #018FE2;
229
}
230

    
231
/* @end */
232

    
233
/* @end */