Projet

Général

Profil

Paste
Télécharger (1,89 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / feeds / feeds_ui / feeds_ui.css @ ed9a13f1

1
/* Feeds admin overview form. */
2
table.feeds-admin-importers thead th {
3
  border: none;
4
}
5

    
6
table.feeds-admin-importers td.disabled {
7
  color: #aaa;
8
}
9

    
10
table.feeds-admin-importers tr.disabled.odd,
11
table.feeds-admin-importers tr.disabled.even {
12
  border-color: #eee;
13
}
14

    
15
table.feeds-admin-importers tr.disabled.odd {
16
  background-color: #f5f5f5;
17
}
18

    
19
/* Feeds edit form layout. */
20
div.feeds-settings {
21
}
22

    
23
div.left-bar {
24
  float: left;
25
  position: relative;
26
  width: 240px;
27
  border-right: 1px solid #ddd;
28
  padding: 10px 10px 0 0;
29
}
30

    
31
div.configuration {
32
  padding: 10px 0 0 250px;
33
  margin-left: -240px;
34
}
35

    
36
div.configuration-squeeze {
37
  margin-left: 250px;
38
}
39

    
40
/* Container theming. */
41
div.feeds-container {
42
}
43

    
44
div.feeds-container h4 {
45
  font-size: 1.2em;
46
  font-weight: bold;
47
}
48

    
49
div.feeds-container.plain {
50
  background-color: #eee;
51
  border-bottom: 1px solid #ddd;
52
  border-top: 2px solid #ddd;
53
  padding: 5px;
54
  margin: 10px 0;
55
}
56

    
57
div.feeds-container.plain h4 {
58
  font-size: 1.0em;
59
  margin: 0;
60
  padding: 0;
61
}
62

    
63
div.feeds-container-body p {
64
  padding: 5px 0;
65
  margin: 0;
66
}
67

    
68
div.feeds-container-body div.item-list ul {
69
  margin: 0;
70
}
71

    
72
div.feeds-container-body div.item-list ul li {
73
  list-style-type: none;
74
  margin: 0;
75
  padding: 0;
76
  background-image: none;
77
}
78

    
79
ul.container-actions {
80
  font-family: Arial, Helvetica;
81
  float: right;
82
  margin: 0;
83
}
84

    
85
ul.container-actions li {
86
  list-style-type: none;
87
  text-align: right;
88
  background-image: none;
89
  margin: 0;
90
  padding: 0;
91
  position: relative; /* Fix for IE 7 compatibility mode. */
92
}
93

    
94
ul.container-actions .form-item,
95
ul.container-actions li form,
96
ul.container-actions li form input {
97
  padding: 0;
98
  margin: 0;
99
  display: inline;
100
}
101

    
102
/* Mapping form. */
103
#center table form {
104
  margin: 0;
105
}
106

    
107
div.feeds-container-body .feeds-target-config div.item-list ul li {
108
  list-style: outside none disc;
109
  margin: 0 0 0.25em 1.5em;
110
}
111
.feeds-target-config .description {
112
  white-space: normal;
113
}