Projet

Général

Profil

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

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

1

    
2
.dashboard-entry .dashboard-link {
3
  font-size: 120%;
4
  font-weight: bold;
5
}
6

    
7
.dashboard-entry .dashboard-icon img {
8
  vertical-align: middle;
9
}
10
.dashboard-title {
11
  font-weight: bold;
12
  font-size: 140%;
13
  margin-bottom: .5em;
14
}
15

    
16
.dashboard-link form input {
17
  margin: 0;
18
}
19

    
20
.dashboard-link form select {
21
  margin: 0;
22
}
23

    
24
.dashboard-left {
25
  width: 47%;
26
  float: left;
27
}
28

    
29
.dashboard-right {
30
  margin-left: 2em;
31
  width: 47%;
32
  float: left;
33
}
34

    
35
.dashboard-question {
36
  margin-top: 14em;
37
  padding: 1em;
38
  text-align: center;
39
}
40

    
41
.dashboard-content table {
42
  margin: 0;
43
  width: 100%;
44
}
45

    
46
.dashboard-content {
47
  padding: 0 1em;
48
}
49

    
50
.panels-dashboard .links {
51
  text-align: right;
52
}
53

    
54
.dashboard-pages .page-manager-page-operations {
55
  text-align: right;
56
}
57

    
58
.dashboard-block {
59
  padding-bottom: 1em;
60
  border-bottom: 1px dotted #ddd;
61
  margin-bottom: 1em;
62
}