Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* History */
2
 
3
.path-grade-report-history div.gradeparent {
4
    overflow-x: scroll;
5
}
6
 
7
.path-grade-report-history .singlebutton div,
8
.path-grade-report-history .singlebutton div input[type="button"] {
9
    margin: 0;
10
}
11
 
12
/* User Selector */
13
.yui3-gradereport_history_usp-hidden {
14
    display: none;
15
}
16
 
17
.gradereport_history_usp .usp-content {
18
    position: relative;
19
}
20
 
21
.gradereport_history_usp .usp-ajax-content {
22
    overflow: auto;
23
    border-top: 1px solid #ccc;
24
    border-bottom: 1px solid #ccc;
25
}
26
 
27
.gradereport_history_usp .usp-ajax-content,
28
.gradereport_history_usp .usp-loading-lightbox {
29
    height: 375px;
30
}
31
 
32
.gradereport_history_usp .usp-loading-lightbox {
33
    background-color: #fff;
34
    opacity: .5;
35
    position: absolute;
36
    text-align: center;
37
    width: 100%;
38
    top: 0;
39
    left: 0;
40
}
41
 
42
.gradereport_history_usp .usp-loading-lightbox img {
43
    margin-top: 100px;
44
    opacity: 1;
45
}
46
 
47
.gradereport_history_usp .usp-search {
48
    text-align: center;
49
}
50
 
51
.gradereport_history_usp .usp-user {
52
    width: 100%;
53
    text-align: left;
54
    border-top: 1px solid #eee;
55
}
56
 
57
.gradereport_history_usp .usp-user:nth-child(odd) {
58
    background-color: #f9f9f9;
59
}
60
 
61
.gradereport_history_usp .usp-first-added {
62
    border-top: 1px solid #bbb;
63
}
64
 
65
.gradereport_history_usp .usp-checkbox {
66
    text-align: center;
67
    float: left;
68
    padding: 11px 6px 0 6px;
69
}
70
 
71
.gradereport_history_usp .usp-checkbox input[type=checkbox] {
72
    margin: 0;
73
}
74
 
75
.gradereport_history_usp .usp-picture {
76
    margin: 6px 3px 0 3px;
77
    float: left;
78
}
79
 
80
.gradereport_history_usp .usp-userpicture {
81
    cursor: pointer;
82
}
83
 
84
.gradereport_history_usp .usp-user .details {
85
    margin-left: 67px;
86
    padding: 3px 6px 0 6px;
87
    word-wrap: break-word;
88
}
89
 
90
.gradereport_history_usp .usp-user .details label {
91
    margin: 0;
92
}
93
 
94
.gradereport_history_usp .usp-more-results {
95
    padding: 5px;
96
    border-top: 1px solid #bbb;
97
}
98
 
99
.gradereport_history_usp .usp-finish {
100
    padding-top: 1em;
101
    text-align: center;
102
}
103
 
104
.gradereport_history_usp .usp-finish input {
105
    margin: 0;
106
}