Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.gradingform_guide-regrade {
2
    padding: 10px;
3
    background: #fdd;
4
    border: 1px solid #f00;
5
    margin-bottom: 10px;
6
}
7
 
8
.gradingform_guide-restored {
9
    padding: 10px;
10
    background: #ffd;
11
    border: 1px solid #ff0;
12
    margin-bottom: 10px;
13
}
14
 
15
.gradingform_guide-error {
16
    color: red;
17
    font-weight: bold;
18
}
19
 
20
.gradingform_guide_editform .status {
21
    font-weight: normal;
22
    text-transform: uppercase;
23
    font-size: 60%;
24
    padding: 0.25em;
25
    border: 1px solid #eee;
26
}
27
 
28
.gradingform_guide_editform .status.ready {
29
    background-color: #e7f1c3;
30
    border-color: #aea;
31
}
32
 
33
.gradingform_guide_editform .status.draft {
34
    background-color: #f3f2aa;
35
    border-color: #ee2;
36
}
37
 
38
.gradingform_guide.editor .criterion .controls,
39
.gradingform_guide .criterion .description,
40
.gradingform_guide .criterion .remark {
41
    vertical-align: top;
42
}
43
 
44
.gradingform_guide.editor .criterion .controls,
45
.gradingform_guide.editor .criterion .description,
46
.gradingform_guide.editor .criterion .remark {
47
    padding: 3px;
48
}
49
 
50
.gradingform_guide .criteria {
51
    height: 100%;
52
}
53
 
54
.gradingform_guide .criterion {
55
    border: 1px solid #ddd;
56
    overflow: hidden;
57
}
58
 
59
.gradingform_guide .criterion.even {
60
    background: #f0f0f0;
61
}
62
 
63
.gradingform_guide .criterion .description {
64
    width: 100%;
65
}
66
 
67
.gradingform_guide .criterion .description .criterionmaxscore input {
68
    width: 20px;
69
}
70
 
71
.gradingform_guide .criterion .description .criterionname {
72
    font-weight: bold;
73
}
74
 
75
.gradingform_guide .criterion label {
76
    font-weight: bold;
77
    padding-right: 5px;
78
}
79
 
80
.gradingform_guide .plainvalue.empty {
81
    font-style: italic;
82
    color: #aaa;
83
}
84
 
85
.gradingform_guide .plainvalue.editname {
86
    font-weight: bold;
87
}
88
 
89
/* Make invisible the buttons 'Move up' for the first criterion and 'Move down' for
90
   the last, because those buttons will make no change */
91
.gradingform_guide.editor .criterion.first.last .controls .delete input,
92
.gradingform_guide.editor .criterion.first .controls .moveup input,
93
.gradingform_guide.editor .criterion.last .controls .movedown input {
94
    display: none;
95
}
96
 
97
/* replace buttons with images */
98
.gradingform_guide.editor .delete input,
99
.gradingform_guide.editor .moveup input,
100
.gradingform_guide.editor .movedown input {
101
    text-indent: -1000em;
102
    cursor: pointer;
103
    border: none;
104
}
105
 
106
.gradingform_guide.editor .criterion .controls .delete input {
107
    width: 20px;
108
    height: 16px;
109
    background: transparent url([[pix:t/delete]]) no-repeat center top;
110
    margin-top: 4px;
111
}
112
 
113
.gradingform_guide.editor .moveup input {
114
    width: 20px;
115
    height: 15px;
116
    background: transparent url([[pix:t/up]]) no-repeat center top;
117
    margin-top: 4px;
118
}
119
 
120
.gradingform_guide.editor .movedown input {
121
    width: 20px;
122
    height: 15px;
123
    background: transparent url([[pix:t/down]]) no-repeat center top;
124
    margin-top: 4px;
125
}
126
 
127
.gradingform_guide.editor .addcriterion input,
128
.gradingform_guide.editor .addcomment input {
129
    background: transparent url([[pix:t/add]]) no-repeat;
130
    display: block;
131
    color: #555;
132
    font-weight: bold;
133
    text-decoration: none;
134
}
135
 
136
.gradingform_guide.editor .addcriterion input,
137
.gradingform_guide.editor .addcomment input {
138
    background-position: left 5px top 8px;
139
    height: 30px;
140
    line-height: 29px;
141
    margin-bottom: 14px;
142
    padding-left: 20px;
143
    padding-right: 10px;
144
}
145
 
146
.gradingform_guide .options .optionsheading {
147
    font-weight: bold;
148
    font-size: 1.1em;
149
    padding-bottom: 5px;
150
}
151
 
152
.gradingform_guide .options .option {
153
    padding-bottom: 2px;
154
}
155
 
156
.gradingform_guide .options .option label {
157
    margin-left: 5px;
158
}
159
 
160
.gradingform_guide .options .option .value {
161
    margin-left: 5px;
162
    font-weight: bold;
163
}
164
 
165
.gradingform_guide .criterion .description.error {
166
    background: #fdd;
167
}
168
 
169
/* special classes for elements created by guideeditor.js */
170
.gradingform_guide.editor .hiddenelement {
171
    display: none;
172
}
173
 
174
.gradingform_guide.editor .pseudotablink {
175
    background-color: transparent;
176
    border: 0 solid;
177
    height: 1px;
178
    width: 1px;
179
    color: transparent;
180
    padding: 0;
181
    margin: 0;
182
    position: relative;
183
    float: right;
184
}
185
 
186
.jsenabled .gradingform_guide .markingguidecomment {
187
    cursor: pointer;
188
}
189
 
190
.jsenabled .gradingform_guide .markingguidecomment:before {
191
    content: url([[pix:t/add]]);
192
    padding-right: 2px;
193
}
194
 
195
.gradingform_guide .commentheader {
196
    font-weight: bold;
197
    font-size: 1.1em;
198
    padding-bottom: 5px;
199
}
200
 
201
.jsenabled .gradingform_guide .criterionnamelabel {
202
    display: none;
203
}
204
 
205
.jsenabled .gradingform_guide .criterionshortname {
206
    font-weight: bold;
207
}
208
 
209
.gradingform_guide table {
210
    width: 100%;
211
}
212
 
213
.gradingform_guide .descriptionreadonly {
214
    vertical-align: top;
215
}
216
 
217
.gradingform_guide .criteriondescriptionmarkers {
218
    width: 300px;
219
}
220
 
221
.gradingform_guide .markingguideremark {
222
    margin: 0;
223
    width: 100%;
224
    -moz-box-sizing: border-box;
225
    box-sizing: border-box;
226
}
227
 
228
.gradingform_guide .criteriondescriptionscore {
229
    display: inline;
230
}
231
 
232
.gradingform_guide .score label {
233
    display: block;
234
}
235
 
236
.gradingform_guide .score input {
237
    margin: 0;
238
    width: auto;
239
}
240
.gradingform_guide_comment_chooser {
241
    max-height: 80vh;
242
    overflow-y: auto;
243
}
244
.gradingform_guide-frequent-comments {
245
    position: absolute;
246
    top: 7px;
247
    right: 0;
248
}