Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.atto_emoticon_map ul {
2
    padding: 0;
3
    margin: 0;
4
    display: table;
5
    width: 100%;
6
}
7
 
8
.atto_emoticon_map li {
9
    display: table-row;
10
    white-space: nowrap;
11
}
12
 
13
.atto_emoticon_map li div {
14
    display: table-cell;
15
    padding: 0 1em;
16
}
17
 
18
.atto_emoticon_emote img {
19
    width: 16px;
20
}