Projet

Général

Profil

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

root / drupal7 / sites / all / themes / rubik / views-admin.rubik.css @ e5461e73

1
/* Custom CSS for making Views 3 play nice with Rubik */
2

    
3
.views-displays .secondary .action-list input.form-submit {
4
  box-shadow: none;
5
  -moz-box-shadow: none;
6
  -webkit-box-shadow: none;
7
  border-radius: 0;
8
  -moz-border-radius: 0;
9
  -webkit-border-radius: 0;
10
}
11
.views-displays .secondary .open > a:hover {
12
  color: #59A;
13
}
14

    
15
.views-ui-display-tab-actions .ctools-button-processed li a, .views-ui-display-tab-actions .ctools-button-processed input {
16
  border: none;
17
  box-shadow: none;
18
  -moz-box-shadow: none;
19
  -webkit-box-shadow: none;
20
}
21

    
22
#ctools-button-9 {
23
   z-index: 1;
24
}
25

    
26
#views-ui-edit-form div#edit-actions.form-actions.form-wrapper {
27
   float: right;
28
}
29

    
30
#views-ui-edit-form div h1.unit-title.clearfix {
31
   clear: both;
32
   float: left;
33
}
34

    
35
#views-ui-edit-form .tabs {
36
  float: left;
37
  background-color: transparent;
38
}
39

    
40
#views-ui-edit-form .tabs li {
41
  display: block;
42
  float: left;
43
}
44

    
45
#views-ui-edit-form .pager {
46
  margin: 0;
47
  height: auto;
48
}
49

    
50
.views-displays {
51
   clear: both;
52
}
53

    
54
.views-display-setting .label {
55
  margin-right: 3pt; /* LTR */
56
}
57

    
58
.views-admin a:hover {
59
   text-decoration: none;
60
}
61

    
62
.views-display-setting .views-ajax-link {
63
  margin-left: 0.2083em;
64
  margin-right: 0.2083em;
65
}
66

    
67
.views-ui-display-tab-bucket > h3,
68
.views-ui-display-tab-bucket > .views-display-setting {
69
  padding: 2px 6px 4px;
70
}
71

    
72
/* Hide 'remove' checkboxes. This might be scoped too widely. */
73
.form-type-checkbox.remove {
74
  display: none;
75
}
76

    
77
.views-ui-display-tab-bucket .views-display-setting {
78
  color: #666666;
79
  font-size: 12px;
80
  padding-bottom: 2px;
81
}
82

    
83
.views-ui-display-tab-bucket h1,
84
.views-ui-display-tab-bucket h2,
85
.views-ui-display-tab-bucket h3,
86
.views-ui-display-tab-bucket h4,
87
.views-ui-display-tab-bucket h5 {
88
  margin-bottom: 0;
89
  margin-top: 0;
90
}
91

    
92
#edit-display-settings-main {
93
  margin-top: 15px;
94
}
95

    
96
input.form-autocomplete,
97
input.form-text,
98
input.form-file,
99
textarea.form-textarea,
100
select.form-select {
101
  padding: 2px;
102
  border: 1px solid #ccc;
103
  border-top-color: #999;
104
  background: #fff;
105
  color: #333;
106
}
107

    
108
input.form-text:focus,
109
input.form-file:focus,
110
textarea.form-textarea:focus,
111
select.form-select:focus {
112
  color: #000;
113
  border-color: #ace;
114
}
115

    
116
#views-ui-preview-form .form-type-textfield {
117
  margin-top: 2px;
118
}
119
#views-ui-preview-form {
120
  border-width: 1px;
121
  border-style: solid;
122
  border-color: #DDD;
123
  padding: 9px;
124
}
125
#views-ui-preview-form .form-item {
126
  border: none;
127
  padding: 0;
128
}
129
#views-ui-preview-form .form-type-textfield .description {
130
  white-space: normal;
131
  margin-bottom: 0;
132
}
133
#views-ui-preview-form .form-type-textfield input {
134
  width: 180px;
135
}
136
#views-ui-preview-form .form-type-textfield label {
137
  height: auto;
138
}
139

    
140
#edit-display-preview-controls .form-type-textfield label {
141
  display: inline-block;
142
  font-weight: normal;
143
  height: inherit;
144
  margin-right: 0.75em;
145
}
146

    
147
#edit-display-preview-controls > .form-type-textfield {
148
   margin-top: 6px;
149
}
150

    
151
#edit-display-preview-controls .arguments-preview,
152
#edit-display-preview-controls .form-type-textfield {
153
  margin-left: 14px;
154
}
155

    
156
#edit-display-preview-controls > div,
157
#edit-display-preview-controls > input {
158
  float: left;
159
}
160

    
161
#edit-display-preview-controls .form-item {
162
  margin-bottom: 0;
163
  padding-bottom: 0;
164
  padding-top: 0;
165
}
166

    
167
/* Labels are outside the .form-item wrapper */
168
.views-exposed-form .views-exposed-widget label {
169
  margin: 0px;
170
  padding: 0px;
171
  color: #999;
172
  font-weight: bold;
173
  font-size: 10px;
174
  text-transform: uppercase;
175
}
176
.views-exposed-form .views-exposed-widget .form-item {
177
  border: 0;
178
  padding: 0;
179
}
180

    
181
/** collapsible within dependent **/
182
#edit-options .collapsible .collapsible,
183
#edit-options .collapsible {
184
   float: none;
185
}
186

    
187
.dependent-options, .dependent-options.form-item, .form-item-options-expose-required, .form-item-options-expose-label {
188
  margin-left: 1.5em;
189
}
190

    
191
#views-ajax-popup {
192
  border: 0;
193
}
194

    
195
.views-ui-dialog .ui-dialog-titlebar {
196
  border: none;
197
}
198
.views-ui-dialog .ui-dialog-titlebar-close {
199
  -moz-border-radius: 5px;
200
  -webkit-border-radius: 5px;
201
  border-radius: 5px;
202
  border: 0;
203
  background: #444 url(images/buttons.png) -4000px 50% no-repeat;
204
  display: block;
205
  position: absolute;
206
  height: 20px;
207
  width: 20px;
208
  margin: 5px;
209
  padding: 0px;
210
  right: 0px;
211
  left: auto;
212
}
213

    
214
.views-ui-dialog #views-ajax-title {
215
  color:#fff;
216
  font-size: 100%;
217
  font-weight: normal;
218
  text-transform: uppercase;
219
  background: url(images/bleeds.png) 0px -30px repeat-x;
220
  border-radius: 6px 6px 5px 5px;
221
  border: 0;  
222
  -moz-border-radius: 6px 6px 5px 5px;
223
  -webkit-border-radius: 6px 6px 5px 5px;
224
  border-bottom-right-radius: 0;
225
  -moz-border-bottom-right-radius: 0;
226
  -webkit-border-bottom-right-radius: 0;
227
  border-radius-bottom-left: 0;
228
  -moz-border-bottom-left-radius: 0;
229
  -webkit-border-bottom-left-radius: 0;
230
  padding: 5px 10px;  
231
  margin-bottom: 10px;
232
}
233

    
234
.views-ui-dialog .views-override {
235
  background: transparent; 
236
  padding: 0 0 8px;
237
}
238

    
239
.views-ui-dialog #views-ajax-body {
240
  margin: 0 20px;
241
}
242

    
243
.views-ui-dialog .scroll {
244
  border: none;
245
  padding: 8px 10px 8px 0;
246
}
247

    
248
/** form buttons **/
249
.views-ui-dialog .form-buttons {
250
  background: #EEE;
251
  border: 1px solid #DDD;
252
  padding: 9px;
253
  margin-top: 10px;
254
}
255

    
256
/* Filtering options */
257
.views-filterable-options .form-type-checkbox  {
258
  padding: 5px 8px !important;
259
}