Projet

Général

Profil

Paste
Télécharger (3,45 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / css / views-admin.theme-rtl.css @ 7547bb19

1
/**
2
 * The .theme.css file is intended to contain presentation declarations including
3
 * images, borders, colors, and fonts.
4
 */
5

    
6
/* @end */
7

    
8
/* @group Icons */
9

    
10
.actions a,
11
.views-admin .icon,
12
.views-admin .icon-text {
13
  background-position: right top;
14
}
15

    
16
/* Targets any element with an icon -> text combo */
17
.views-admin .icon-text {
18
  padding-right: 19px;
19
}
20

    
21
.views-admin .icon-linked {
22
  background-position: right -153px;
23
}
24

    
25
.views-admin .icon-unlinked {
26
  background-position: right -195px;
27
}
28

    
29
.actions .views-button-add {
30
  background-position: right -39px;
31
}
32

    
33
.actions .views-button-rearrange {
34
  background-position: right -96px;
35
}
36

    
37
.actions .views-button-add:hover {
38
  background-position: right -58px;
39
}
40

    
41
.actions .views-button-rearrange:hover {
42
  background-position: right -115px;
43
}
44

    
45
.actions .views-button-add:active {
46
  background-position: right -77px;
47
}
48

    
49
.actions .views-button-rearrange:active {
50
  background-position: right -134px;
51
}
52

    
53
.views-displays .icon-add {
54
  background-position: right -3px;
55
}
56

    
57
.views-displays .secondary a:hover > .icon-add {
58
  background-position: right -21px;
59
}
60

    
61
.views-displays .secondary .open a:hover > .icon-add {
62
  background-position: right -3px;
63
}
64

    
65
/* @end */
66

    
67
/* @group Forms */
68

    
69
.form-submit + .form-submit,
70
.views-admin a.button + a.button {
71
  margin-right: 1em;
72
}
73

    
74
.container-inline > * + *,
75
.container-inline .fieldset-wrapper > * + * {
76
  padding-left: 0;
77
  padding-right: 4pt;
78
}
79

    
80
.views-admin .form-type-checkbox + .form-wrapper {
81
  margin-right: 16px;
82
}
83

    
84
/* @end */
85

    
86
/* @group Lists */
87

    
88
.horizontal > * + * {
89
  margin-right: 9px;
90
  padding-right: 9px;
91
}
92

    
93
/* @end */
94

    
95
/* @group Attachments */
96

    
97
.views-displays .secondary {
98
  padding: 6px 8px 8px;
99
}
100

    
101
.views-displays .views-display-top > ul > li + li {
102
  margin-right: 3px;
103
}
104

    
105
.views-displays .views-extra-actions {
106
  left: 10px;
107
}
108

    
109
/* @end */
110

    
111
/* @group Attachment details tabs
112
 *
113
 * The tabs that switch between sections
114
 */
115

    
116
.views-displays .secondary .action-list  li:first-child {
117
  -moz-border-radius: 7px 0 0 0;
118
  -webkit-border-top-left-radius: 7px;
119
  -webkit-border-top-right-radius: 0;
120
  border-radius: 7px 0 0 0;
121
}
122

    
123
/* @end */
124

    
125
/* @group Attachment details collapsible fieldset
126
 *
127
 * The attachment details section is a collapsible fieldset, but should not
128
 * have a border around it.
129
 */
130

    
131
.views-display-tab .fieldset-legend {
132
  left: auto;
133
  right: -5px;
134
}
135

    
136
/* @end */
137

    
138
/* @group Auto preview
139
 *
140
 * The auto-preview checkbox line. This may have more stuff added to it.
141
 */
142

    
143
div.form-item-displays-live-preview {
144
  text-align: left;
145
}
146

    
147
/* @end */
148

    
149
/* @group Attachment buckets
150
 *
151
 * These are the individual "buckets," or boxes, inside the three columns in the
152
 * attachment details section.
153
 */
154

    
155
.views-ui-display-tab-bucket .icon-text {
156
  padding-right: 25px;
157
}
158

    
159
/* @end */
160

    
161
/* @group Attachment bucket rows
162
 *
163
 * This is each row within one of the "boxes."
164
 */
165

    
166
.views-display-setting .label {
167
  margin-left: 3pt;
168
}
169

    
170
/* @end */
171

    
172
/* @group Modal dialog box
173
 *
174
 * The contents of the popup dialog on the views edit form.
175
 */
176

    
177
#views-filterable-options-controls .form-item {
178
  margin-left: 2%;
179
}
180

    
181
.views-ui-dialog #views-progress-indicator {
182
  left: 10px;
183
  right: auto;
184
}
185

    
186
/* @end */
187

    
188
/* @group Rearrange filters
189
 *
190
 * Styling for the form that allows views filters to be rearranged.
191
 */
192
.views-operator-label {
193
  padding-right: 0.5em;
194
}
195

    
196
/* @end */
197

    
198
/* @group Live preview elements */
199

    
200
/* @group HTML list */
201

    
202
#views-live-preview .view-content > .item-list > ul {
203
  padding-right: 21px;
204
}
205

    
206
/* @end */
207

    
208
/* @end */