Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 296... Línea 296...
296
    list-style-type: none;
296
    list-style-type: none;
297
    margin: 0;
297
    margin: 0;
298
    border-radius: 4px;
298
    border-radius: 4px;
299
}
299
}
Línea 300... Línea -...
300
 
-
 
301
.assignfeedback_editpdf_menu li img {
-
 
302
    height: auto;
-
 
303
}
-
 
304
 
300
 
305
.assignfeedback_editpdf_menu li button {
301
.assignfeedback_editpdf_menu li button {
306
    margin: 0;
302
    margin: 0;
307
    background: none;
303
    background: none;
Línea 317... Línea 313...
317
    background-color: #dfdfdf;
313
    background-color: #dfdfdf;
318
    background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
314
    background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
319
}
315
}
Línea 320... Línea 316...
320
 
316
 
321
.assignfeedback_editpdf_widget .commentdrawable img {
317
.assignfeedback_editpdf_widget .commentdrawable img {
322
    padding: 1px;
318
    margin: 0 5px;
Línea 323... Línea 319...
323
}
319
}
324
 
320
 
325
.assignfeedback_editpdf_widget .commentdrawable a {
321
.assignfeedback_editpdf_widget .commentdrawable a {
326
    float: right;
322
    float: right;
327
    position: relative;
323
    position: relative;
328
    left: -17px;
324
    left: -17px;
329
    top: 2px;
-
 
330
    height: 14px;
-
 
331
    background-color: white;
-
 
332
    border-left: 1px solid #ccc;
325
    top: 2px;
333
    border-bottom: 1px solid #ccc;
326
    height: 16px;
Línea 334... Línea 327...
334
    line-height: 14px;
327
    width: 16px;
335
}
328
}
336
 
329