Projet

Général

Profil

Révision 00c2605a

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/advanced_help/help.css
1

  
2
.advanced-help-topic code,
3 1
.advanced-help-topic pre {
4 2
  background: #f1f1f1;
5
  border: 1px solid #444;
3
  border: 1px solid #ccc;
6 4
  display: block;
7 5
  margin: 1em;
8
  padding: .2em;
6
  padding: .4em;
7
}
8

  
9
.advanced-help-topic pre.readme {
10
  background: white;
11
  border: none;
12
  margin: 0em;
13
  padding: .4em;
9 14
}
10 15

  
11 16
.advanced-help-topic h3,
......
23 28
  font-weight: normal;
24 29
}
25 30

  
31
.attribution {
32
  font-size: 0.8em;
33
  color: #aaa;
34
}
35

  
26 36
.help-left {
27 37
  display: block;
28 38
  float: left; /* LTR */
......
34 44
  display: block;
35 45
  float: left; /* LTR */
36 46
  margin: 0 5%;
37
  width: 4%;
47
  text-align: center;
48
  width: 10%;
38 49
}
39 50

  
40 51
.help-up-noleft {
......
56 67
  margin: .5em;
57 68
}
58 69

  
70
.help-block {
71
  display: block;
72
  clear: both;
73
}
74

  
75
.help-img-left {
76
  margin-right: 1.5em;
77
  border: solid 1px #ccc;
78
}
79

  
80
.ta-center {
81
  margin: 1em;
82
  text-align: center;
83
}
84

  
85
.help-img-center {
86
  margin-left: auto;
87
  margin-right: auto;
88
  border: solid 1px #ccc;
89
}
90

  
59 91
.help-navigation {
60 92
  border-top: 1px dotted #ccc;
61 93
}

Formats disponibles : Unified diff