Projet

Général

Profil

Paste
Télécharger (866 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools / css / export-ui-list.css @ 6e3ce7c2

1
body form#ctools-export-ui-list-form {
2
  margin: 0 0 20px 0;
3
}
4

    
5
#ctools-export-ui-list-form .form-item {
6
  padding-right: 1em; /* LTR */
7
  float: left; /* LTR */
8
  margin-top: 0;
9
  margin-bottom: 0;
10
}
11

    
12
#ctools-export-ui-list-items {
13
  width: 100%;
14
}
15

    
16
#edit-order-wrapper {
17
  clear: left; /* LTR */
18
}
19

    
20
#ctools-export-ui-list-form .form-submit {
21
  margin-top: 1.65em;
22
  float: left; /* LTR */
23
}
24

    
25
tr.ctools-export-ui-disabled td {
26
  color: #999;
27
}
28

    
29
th.ctools-export-ui-operations,
30
td.ctools-export-ui-operations {
31
  text-align: right; /* LTR */
32
  vertical-align: top;
33
}
34

    
35
/* Force the background color to inherit so that the dropbuttons do not need
36
   a specific background color. */
37
td.ctools-export-ui-operations {
38
  background-color: inherit;
39
}
40

    
41
td.ctools-export-ui-operations .ctools-dropbutton {
42
  text-align: left; /* LTR */
43
  position: absolute;
44
  right: 10px;
45
}