export-ui-list.css
866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
body form#ctools-export-ui-list-form {
margin: 0 0 20px 0;
}
#ctools-export-ui-list-form .form-item {
padding-right: 1em; /* LTR */
float: left; /* LTR */
margin-top: 0;
margin-bottom: 0;
}
#ctools-export-ui-list-items {
width: 100%;
}
#edit-order-wrapper {
clear: left; /* LTR */
}
#ctools-export-ui-list-form .form-submit {
margin-top: 1.65em;
float: left; /* LTR */
}
tr.ctools-export-ui-disabled td {
color: #999;
}
th.ctools-export-ui-operations,
td.ctools-export-ui-operations {
text-align: right; /* LTR */
vertical-align: top;
}
/* Force the background color to inherit so that the dropbuttons do not need
a specific background color. */
td.ctools-export-ui-operations {
background-color: inherit;
}
td.ctools-export-ui-operations .ctools-dropbutton {
text-align: left; /* LTR */
position: absolute;
right: 10px;
}