Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-matching-table {
2
  width: 100%;
3
}
4
 
5
.h5p-matching-header-dropzone {
6
  width: 40%;
7
}
8
 
9
.h5p-matching-header-correct,
10
.h5p-matching-header-user {
11
  width: 30%;
12
}
13
 
14
.h5p-matching-dropzone {
15
  vertical-align: top;
16
}
17
 
18
.h5p-matching-table td,
19
.h5p-matching-table th {
20
  border-bottom: 1px solid #ddd;
21
  padding:5px;
22
  line-height: 2em;
23
}
24
 
25
.h5p-matching-table th {
26
  font-weight: normal;
27
}
28
 
29
.h5p-matching-table .h5p-matching-last-cell-in-row {
30
  border-bottom: solid 1px #575757;
31
}
32
 
33
.h5p-matching-table-heading {
34
  background-color: #233448;
35
  color: #FFFFFF;
36
}
37
 
38
.h5p-matching-table tr {
39
  line-height: 2em;
40
}
41
 
42
.h5p-matching-table th,
43
.h5p-matching-table td,
44
.h5p-matching-table tr {
45
  padding-left: 1em;
46
}
47
 
48
.h5p-matching-table tr:nth-child(even) {
49
  background-color: #FFFFFF;
50
}
51
 
52
.h5p-matching-draggable-wrong:after,
53
.h5p-matching-draggable-correct:after {
54
  padding: 5px;
55
  margin-left: 5px;
56
  margin-right: 5px;
57
  border-radius: 5px;
58
  background-color: #fff;
59
}
60
 
61
.h5p-matching-draggable-wrong:after {
62
  font-family: 'h5p-reporting-icons';
63
  content: "\e894";
64
  color: #DF465A;
65
}
66
 
67
.h5p-matching-draggable-correct:after {
68
  font-family: 'h5p-reporting-icons';
69
  content: "\e90c";
70
  color: #8AC062;
71
}