Projet

Général

Profil

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

root / drupal7 / sites / all / modules / feeds_tamper / feeds_tamper_ui / feeds_tamper_ui.css @ 7b9e8704

1
/* Stolen from Rules */
2
.feeds-tamper-table ul.action-links {
3
  margin: 0;
4
  padding: 0;
5
}
6

    
7
.feeds-tamper-table li {
8
  list-style-position: inside;
9
}
10

    
11
.feeds-tamper-table ul.feeds-tamper-add a {
12
  line-height: 1em;
13
}
14

    
15
tr.feeds-tamper-add td {
16
  padding-top: 2px;
17
  padding-bottom: 2px;
18
}
19

    
20
.feeds-tamper-table {
21
  margin-top: 3em;
22
  position: relative;
23
}
24

    
25
/* Fix table drag weights to don't take extra space */
26
.feeds-tamper-table .tabledrag-toggle-weight-wrapper {
27
  float: right;
28
  position: absolute;
29
  right: 0px;
30
}
31

    
32
.feeds-tamper-table caption {
33
  font-size: 110%;
34
  font-weight: bold;
35
  padding-bottom: 0.5em;
36
  text-align: left;
37
}
38

    
39
.feeds-tamper-table tr.disabled td {
40
  color: #aaaaaa;
41
}
42

    
43
.feeds-tamper-table tr.disabled {
44
  color: #aaaaaa;
45
  background-color: #f5f5f5;
46
}
47

    
48
/* Style add plugin form. */
49

    
50
/* hide the next button when not degrading to non-javascript browser */
51
html.js .no-js {
52
  display: none;
53
}
54

    
55
/* Make Choose button come up next to select. */
56
.form-item-plugin-id {
57
  display: inline-block;
58
}