Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panels / css / panels-dashboard.css @ 73ab1d0a

1 85ad3d82 Assos Assos
.dashboard-entry .dashboard-link {
2
  font-size: 120%;
3
  font-weight: bold;
4
}
5
6
.dashboard-entry .dashboard-icon img {
7
  vertical-align: middle;
8
}
9
.dashboard-title {
10
  font-weight: bold;
11
  font-size: 140%;
12
  margin-bottom: .5em;
13
}
14
15
.dashboard-link form input {
16
  margin: 0;
17
}
18
19
.dashboard-link form select {
20
  margin: 0;
21
}
22
23
.dashboard-left {
24
  width: 47%;
25
  float: left;
26
}
27
28
.dashboard-right {
29
  margin-left: 2em;
30
  width: 47%;
31
  float: left;
32
}
33
34
.dashboard-question {
35
  margin-top: 14em;
36
  padding: 1em;
37
  text-align: center;
38
}
39
40
.dashboard-content table {
41
  margin: 0;
42
  width: 100%;
43
}
44
45
.dashboard-content {
46
  padding: 0 1em;
47
}
48
49
.panels-dashboard .links {
50
  text-align: right;
51
}
52
53
.dashboard-pages .page-manager-page-operations {
54
  text-align: right;
55
}
56
57
.dashboard-block {
58
  padding-bottom: 1em;
59
  border-bottom: 1px dotted #ddd;
60
  margin-bottom: 1em;
61
}