Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 149... Línea 149...
149
/* replace buttons with images */
149
/* replace buttons with images */
150
.gradingform_rubric.editor .delete input,
150
.gradingform_rubric.editor .delete input,
151
.gradingform_rubric.editor .duplicate input,
151
.gradingform_rubric.editor .duplicate input,
152
.gradingform_rubric.editor .moveup input,
152
.gradingform_rubric.editor .moveup input,
153
.gradingform_rubric.editor .movedown input {
153
.gradingform_rubric.editor .movedown input {
-
 
154
    background: none 2px 4px / 16px 16px no-repeat;
154
    text-indent: -1000em;
155
    text-indent: -1000em;
155
    cursor: pointer;
156
    cursor: pointer;
156
    border: none;
157
    border: none;
157
}
158
}
Línea 158... Línea 159...
158
 
159
 
159
.gradingform_rubric.editor .criterion .controls .delete input {
160
.gradingform_rubric.editor .criterion .controls .delete input {
160
    width: 24px;
161
    width: 24px;
161
    height: 24px;
162
    height: 24px;
162
    background: transparent url([[pix:t/delete]]) no-repeat center;
163
    background-image: url([[pix:t/delete]]);
163
    margin: .3em .3em 0 .3em;
164
    margin: .3em .3em 0 .3em;
Línea 164... Línea 165...
164
}
165
}
165
 
166
 
166
.gradingform_rubric.editor .criterion .controls .duplicate input {
167
.gradingform_rubric.editor .criterion .controls .duplicate input {
167
    width: 24px;
168
    width: 24px;
168
    height: 24px;
169
    height: 24px;
169
    background: transparent url([[pix:t/copy]]) no-repeat center;
170
    background-image: url([[pix:t/copy]]);
Línea 170... Línea 171...
170
    margin: .3em .3em 0 .3em;
171
    margin: .3em .3em 0 .3em;
171
}
172
}
172
 
173
 
173
.gradingform_rubric.editor .levels .level .delete input {
174
.gradingform_rubric.editor .levels .level .delete input {
174
    width: 24px;
175
    width: 24px;
Línea 175... Línea 176...
175
    height: 24px;
176
    height: 24px;
176
    background: transparent url([[pix:t/delete]]) no-repeat center;
177
    background-image: url([[pix:t/delete]]);
177
}
178
}
178
 
179
 
179
.gradingform_rubric.editor .moveup input {
180
.gradingform_rubric.editor .moveup input {
180
    width: 24px;
181
    width: 24px;
Línea 181... Línea 182...
181
    height: 24px;
182
    height: 24px;
182
    background: transparent url([[pix:t/up]]) no-repeat center;
183
    background-image: url([[pix:t/up]]);
183
    margin: .3em .3em 0 .3em;
184
    margin: .3em .3em 0 .3em;
184
}
185
}
185
 
186
 
186
.gradingform_rubric.editor .movedown input {
187
.gradingform_rubric.editor .movedown input {
Línea 187... Línea 188...
187
    width: 24px;
188
    width: 24px;
188
    height: 24px;
189
    height: 24px;
189
    background: transparent url([[pix:t/down]]) no-repeat center;
190
    background-image: url([[pix:t/down]]);
190
    margin: .3em .3em 0 .3em;
191
    margin: .3em .3em 0 .3em;
191
}
192
}
192
 
193
 
193
.gradingform_rubric.editor .addcriterion input,
194
.gradingform_rubric.editor .addcriterion input,
194
.gradingform_rubric.editor .addlevel input {
195
.gradingform_rubric.editor .addlevel input {