Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
div.editor_atto_content td,
2
div.editor_atto_content th,
3
div.editor_atto_content caption {
4
    border: 1px dashed #bbb;
5
    position: relative;
6
    min-width: 2rem;
7
    height: 2rem;
8
}
9
 
10
div.editor_atto_content caption {
11
    height: auto;
12
}
13
 
14
div.availablecolors {
15
    background-color: #eee;
16
    padding: 0.5rem;
17
}
18
div.availablecolors .tablebordercolor,
19
div.availablecolors .tablebackgroundcolor {
20
    display: inline-flex;
21
    justify-content: center;
22
    align-items: center;
23
    width: 2rem;
24
    height: 2rem;
25
    text-align: center;
26
    vertical-align: sub;
27
    border-radius: 25%;
28
    margin-right: 0.2rem;
29
}