Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * Styles for admin tool page.
3
 */
4
 
5
/* Fix bad default table wrap (caused by the long mimetype field). */
6
.path-admin-tool-filetypes .generaltable .c0,
7
.path-admin-tool-filetypes .generaltable .c1,
8
.path-admin-tool-filetypes .generaltable .c2,
9
.path-admin-tool-filetypes .generaltable th {
10
    white-space: nowrap;
11
}
12
 
13
/* Formatting for deleted lines. */
14
.path-admin-tool-filetypes .generaltable .deleted .c0 img {
15
    opacity: 0.2;
16
}
17
 
18
.path-admin-tool-filetypes .generaltable .deleted .c0 span {
19
    text-decoration: line-through;
20
}
21
 
22
/* Custom types show bold */
23
.path-admin-tool-filetypes .generaltable .nonstandard {
24
    font-weight: bold;
25
}