Files
moodle/lib/editor/atto/plugins/emoticon/styles.css
T
2016-09-30 09:25:23 +01:00

17 lines
246 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;
}