Projet

Général

Profil

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

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

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

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

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

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

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

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

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

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

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

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

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