You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
293 B
20 lines
293 B
.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;
|
|
}
|
|
|