Projet

Général

Profil

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

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

1

    
2
/**
3
 * @file
4
 * Custom styles for making Views 3 play nice with Rubik.
5
 */
6

    
7
.views-displays .secondary .action-list input.form-submit {
8
  -webkit-box-shadow: none;
9
     -moz-box-shadow: none;
10
          box-shadow: none;
11
  -webkit-border-radius: 0;
12
     -moz-border-radius: 0;
13
          border-radius: 0;
14
}
15
.views-displays .secondary .open > a:hover {
16
  color: #59A;
17
}
18
.views-ui-display-tab-actions .ctools-button-processed li a,
19
.views-ui-display-tab-actions .ctools-button-processed input {
20
  border: none;
21
  -webkit-box-shadow: none;
22
     -moz-box-shadow: none;
23
          box-shadow: none;
24
}
25
#ctools-button-9 {
26
   z-index: 1;
27
   top: 12px;
28
}
29
#views-ui-edit-form div#edit-actions.form-actions.form-wrapper {
30
   float: right;
31
}
32
#views-ui-edit-form div h1.unit-title.clearfix {
33
   clear: both;
34
   float: left;
35
}
36
#views-ui-edit-form .tabs {
37
  float: left;
38
  background-color: transparent;
39
}
40
#views-ui-edit-form .tabs li {
41
  display: block;
42
  float: left;
43
}
44
#views-ui-edit-form .views-display-top .tabs li li{
45
  float: none;
46
}
47
#views-ui-edit-form .views-display-top ul.secondary.tabs {
48
  overflow: inherit;
49
  padding-bottom: 0;
50
  padding-left: 0;
51
}
52
#views-ui-edit-form .views-display-top ul.secondary.tabs li {
53
  margin-bottom: 0;
54
  margin: 0 10px 0 0;
55
}
56
#views-ui-edit-form .views-display-top ul.secondary.tabs li a.active {
57
  border-color: #666;
58
}
59
#views-ui-edit-form .pager {
60
  margin: 0;
61
  height: auto;
62
}
63
.views-displays {
64
   clear: both;
65
}
66
.views-display-setting .label {
67
  margin-right: 3pt; /* LTR */
68
}
69
.views-admin a:hover {
70
   text-decoration: none;
71
}
72
.views-display-setting .views-ajax-link {
73
  margin-left: 0.2083em;
74
  margin-right: 0.2083em;
75
}
76
.views-ui-display-tab-bucket > h3,
77
.views-ui-display-tab-bucket > .views-display-setting {
78
  padding: 2px 6px 4px;
79
}
80
/* Hide 'remove' checkboxes. This might be scoped too widely. */
81
.form-type-checkbox.remove {
82
  display: none;
83
}
84
.views-ui-display-tab-bucket .views-display-setting {
85
  color: #666666;
86
  font-size: 12px;
87
  padding-bottom: 2px;
88
}
89
.views-ui-display-tab-bucket h1,
90
.views-ui-display-tab-bucket h2,
91
.views-ui-display-tab-bucket h3,
92
.views-ui-display-tab-bucket h4,
93
.views-ui-display-tab-bucket h5 {
94
  margin-bottom: 0;
95
  margin-top: 0;
96
}
97
#edit-display-settings-main {
98
  margin-top: 15px;
99
}
100
input.form-autocomplete,
101
input.form-text,
102
input.form-file,
103
textarea.form-textarea,
104
select.form-select {
105
  padding: 2px;
106
  border: 1px solid #ccc;
107
  border-top-color: #999;
108
  background: #fff;
109
  color: #333;
110
}
111
input.form-text:focus,
112
input.form-file:focus,
113
textarea.form-textarea:focus,
114
select.form-select:focus {
115
  color: #000;
116
  border-color: #ace;
117
}
118
#views-ui-preview-form .form-type-textfield {
119
  margin-top: 2px;
120
}
121
#views-ui-preview-form {
122
  border-width: 1px;
123
  border-style: solid;
124
  border-color: #DDD;
125
  padding: 9px;
126
}
127
#views-ui-preview-form .form-item {
128
  border: none;
129
  padding: 0;
130
}
131
#views-ui-preview-form .form-type-textfield .description {
132
  white-space: normal;
133
  margin-bottom: 0;
134
}
135
#views-ui-preview-form .form-type-textfield input {
136
  width: 180px;
137
}
138
#views-ui-preview-form .form-type-textfield label {
139
  height: auto;
140
}
141
#edit-display-preview-controls .form-type-textfield label {
142
  display: inline-block;
143
  font-weight: normal;
144
  height: inherit;
145
  margin-right: 0.75em;
146
}
147
#edit-display-preview-controls > .form-type-textfield {
148
   margin-top: 6px;
149
}
150
#edit-display-preview-controls .arguments-preview,
151
#edit-display-preview-controls .form-type-textfield {
152
  margin-left: 14px;
153
}
154
#edit-display-preview-controls > div,
155
#edit-display-preview-controls > input {
156
  float: left;
157
}
158
#edit-display-preview-controls .form-item {
159
  margin-bottom: 0;
160
  padding-bottom: 0;
161
  padding-top: 0;
162
}
163
/* Labels are outside the .form-item wrapper. */
164
.views-exposed-form .views-exposed-widget label {
165
  margin: 0;
166
  padding: 0;
167
  color: #999;
168
  font-weight: bold;
169
  font-size: 10px;
170
  text-transform: uppercase;
171
}
172
.views-exposed-form .views-exposed-widget .form-item {
173
  border: 0;
174
  padding: 0;
175
}
176
/* Collapsible within dependent. */
177
#edit-options .collapsible .collapsible,
178
#edit-options .collapsible {
179
   float: none;
180
}
181
.dependent-options,
182
.dependent-options.form-item,
183
.form-item-options-expose-required,
184
.form-item-options-expose-label {
185
  margin-left: 1.5em;
186
}
187
#views-ajax-popup {
188
  border: 0;
189
}
190
.views-ui-dialog .ui-dialog-titlebar {
191
  border: none;
192
}
193
.views-ui-dialog .ui-dialog-titlebar-close {
194
  -webkit-border-radius: 5px;
195
     -moz-border-radius: 5px;
196
          border-radius: 5px;
197
  border: 0;
198
  background: #444 url(../images/buttons.png) -4000px 50% no-repeat;
199
  display: block;
200
  position: absolute;
201
  height: 20px;
202
  width: 20px;
203
  margin: 5px;
204
  padding: 0;
205
  right: 0;
206
  left: auto;
207
}
208
.views-ui-dialog #views-ajax-title {
209
  color:#fff;
210
  font-size: 100%;
211
  font-weight: normal;
212
  text-transform: uppercase;
213
  background: url(../images/bleeds.png) 0 -30px repeat-x;
214
  border: 0;  
215
  -webkit-border-radius: 6px 6px 0 0;
216
     -moz-border-radius: 6px 6px 0 0;
217
          border-radius: 6px 6px 0 0;
218
  padding: 5px 10px;  
219
  margin-bottom: 10px;
220
}
221
.views-ui-dialog .views-override {
222
  background: transparent; 
223
  padding: 0 0 8px;
224
}
225
.views-ui-dialog #views-ajax-body {
226
  margin: 0 20px;
227
}
228
.views-ui-dialog .scroll {
229
  border: none;
230
  padding: 8px 10px 8px 0;
231
}
232
/* Form buttons. */
233
.views-ui-dialog .form-buttons {
234
  background: #EEE;
235
  border: 1px solid #DDD;
236
  padding: 9px;
237
  margin-top: 10px;
238
}
239
/* Filtering options. */
240
.views-filterable-options .form-type-checkbox  {
241
  padding: 5px 8px!important;
242
}