root / htmltest / sites / all / modules / views / css / views-admin-rtl.css @ a5572547
1 |
/**
|
---|---|
2 |
* The .css file is intended to only contain positioning and size declarations
|
3 |
* For example: display, position, float, clear, and overflow.
|
4 |
*/
|
5 |
|
6 |
/* @group Inline lists */
|
7 |
|
8 |
.horizontal > * { |
9 |
float: right; |
10 |
} |
11 |
|
12 |
.horizontal.right { |
13 |
float: left; |
14 |
} |
15 |
|
16 |
/* @end */
|
17 |
|
18 |
/* @group Attachment details
|
19 |
*
|
20 |
* The attachment details section, its tabs for each section and the buttons
|
21 |
* to add a new section
|
22 |
*/
|
23 |
|
24 |
.form-actions {
|
25 |
float: left; |
26 |
} |
27 |
|
28 |
/* @end */
|
29 |
|
30 |
/* @group Attachment details tabs
|
31 |
*
|
32 |
* The tabs that switch between sections
|
33 |
*/
|
34 |
|
35 |
.views-displays .secondary > li { |
36 |
float: right; |
37 |
} |
38 |
|
39 |
/* @end */
|
40 |
|
41 |
/* @group Attachment details new section button */
|
42 |
|
43 |
.views-displays .secondary .action-list { |
44 |
left: auto; |
45 |
right: 0; |
46 |
} |
47 |
|
48 |
/* @end */
|
49 |
|
50 |
/* @group Attachment details collapsible fieldset */
|
51 |
|
52 |
.views-display-tab .fieldset-legend { |
53 |
left: auto; |
54 |
right: -5px; |
55 |
} |
56 |
|
57 |
/* @end */
|
58 |
|
59 |
/* @group Attachment details actions
|
60 |
*
|
61 |
* Display the "Delete" and "Duplicate" buttons to the right.
|
62 |
*/
|
63 |
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions { |
64 |
left: 0; |
65 |
right: auto; |
66 |
} |
67 |
|
68 |
/* @end */
|
69 |
|
70 |
/* @group Attachment configuration columns */
|
71 |
|
72 |
.views-display-columns > * { |
73 |
float: right; |
74 |
margin-left: 0; |
75 |
margin-right: 1%; |
76 |
padding-left: 0; |
77 |
padding-right: 1%; |
78 |
} |
79 |
|
80 |
.views-display-columns > *:first-child { |
81 |
margin-right: 0; |
82 |
padding-right: 0; |
83 |
} |
84 |
|
85 |
/* @end */
|
86 |
|
87 |
/* @group Settings forms */
|
88 |
|
89 |
.views-dependent {
|
90 |
margin-right: 1.5em; |
91 |
} |
92 |
|
93 |
.views-display-setting .label, |
94 |
.views-display-setting .views-ajax-link { |
95 |
float: right; |
96 |
} |
97 |
|
98 |
/* @end */
|