Files
moodle/lib/editor/atto/plugins/emoticon/styles.css
T
2018-10-09 12:09:44 +02:00

21 lines
293 B
CSS

.atto_emoticon_map ul {
padding: 0;
margin: 0;
display: table;
width: 100%;
}
.atto_emoticon_map li {
display: table-row;
white-space: nowrap;
}
.atto_emoticon_map li div {
display: table-cell;
padding: 0 1em;
}
.atto_emoticon_emote img {
width: 16px;
}