Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * Manual allocator
3
 */
4
 
5
.path-mod-workshop .manual-allocator .allocations {
6
    margin: 0 auto;
7
    width: 100%;
8
}
9
 
10
.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd) {
11
    background-color: #eee;
12
}
13
 
14
.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd).highlightreviewerof,
15
.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd).highlightreviewedby {
16
    background-color: inherit;
17
}
18
 
19
.path-mod-workshop .manual-allocator .allocations .peer .image {
20
    margin-right: 5px;
21
    vertical-align: middle;
22
}
23
 
24
.path-mod-workshop .manual-allocator .allocations .reviewedby .image,
25
.path-mod-workshop .manual-allocator .allocations .reviewerof .image {
26
    margin-right: 3px;
27
    vertical-align: middle;
28
}
29
 
30
.path-mod-workshop .manual-allocator .allocations .highlightreviewedby .reviewedby,
31
.path-mod-workshop .manual-allocator .allocations .highlightreviewerof .reviewerof {
32
    background-color: #fff3d2;
33
}
34
 
35
.path-mod-workshop .manual-allocator .allocations tr td {
36
    vertical-align: top;
37
    padding: 5px;
38
}
39
 
40
.path-mod-workshop .manual-allocator .allocations tr td ul {
41
    margin: 0;
42
}
43
 
44
.path-mod-workshop .manual-allocator .allocations tr td ul li {
45
    list-style: none;
46
}
47
 
48
.path-mod-workshop .manual-allocator .allocations tr td.peer {
49
    border-left: 1px solid #ccc;
50
    border-right: 1px solid #ccc;
51
}
52
 
53
.path-mod-workshop .manual-allocator .allocations .reviewedby .info,
54
.path-mod-workshop .manual-allocator .allocations .peer .info,
55
.path-mod-workshop .manual-allocator .allocations .reviewerof .info {
56
    font-size: 80%;
57
    color: #888;
58
    font-style: italic;
59
}
60
 
61
.path-mod-workshop .manual-allocator .allocations .peer .submission {
62
    font-size: 90%;
63
    margin-top: 1em;
64
}