Projet

Général

Profil

Révision 661d64c9

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/diff/diff.css
1

  
2
html.js .diff-js-hidden { display:none; }
1
html.js .diff-js-hidden {
2
  display:none;
3
}
3 4

  
4 5
/**
5 6
 * Inline diff metadata
6 7
 */
7 8
.diff-inline-metadata {
8
  padding:4px;
9
  border:1px solid #ddd;
10
  background:#fff;
11
  margin:0px 0px 10px;
12
  }
13

  
14
.diff-inline-legend { font-size:11px; }
9
  padding: 4px;
10
  border: 1px solid #ddd;
11
  background: #fff;
12
  margin: 0 0 10px;
13
}
15 14

  
15
.diff-inline-legend {
16
  font-size: 11px;
17
}
16 18
.diff-inline-legend span,
17
.diff-inline-legend label { margin-right:5px; }
19
.diff-inline-legend label {
20
  margin-right: 5px;
21
}
18 22

  
19 23
/**
20 24
 * Inline diff markup
21 25
 */
22
span.diff-deleted { color:#ccc; }
23
span.diff-deleted img { border: solid 2px #ccc; }
24
span.diff-changed { background:#ffb; }
25
span.diff-changed img { border:solid 2px #ffb; }
26
span.diff-added { background:#cfc; }
27
span.diff-added img { border: solid 2px #cfc; }
26
span.diff-deleted {
27
  color: #ccc;
28
}
29
span.diff-deleted img {
30
  border: solid 2px #ccc;
31
}
32
span.diff-changed {
33
  background: #ffb;
34
}
35
span.diff-changed img {
36
  border: solid 2px #ffb;
37
}
38
span.diff-added {
39
  background: #cfc;
40
}
41
span.diff-added img {
42
  border: solid 2px #cfc;
43
}
28 44

  
29 45
/**
30 46
 * Traditional split diff theming
......
35 51
  table-layout: fixed;
36 52
  width: 100%;
37 53
}
38
table.diff tr.even, table.diff tr.odd {
54
table.diff tr.even,
55
table.diff tr.odd {
39 56
  background-color: inherit;
40 57
  border: none;
41 58
}
......
45 62
td.diff-nextlink {
46 63
  text-align: right;
47 64
}
48
td.diff-section-title, div.diff-section-title {
65
td.diff-section-title,
66
div.diff-section-title {
49 67
  background-color: #f0f0ff;
50 68
  font-size: 0.83em;
51 69
  font-weight: bold;

Formats disponibles : Unified diff