Larger emoji.

(imported from commit 3fb9a5df7fde4cd073f344d9aed5cb16c1b0de71)
This commit is contained in:
Waseem Daher
2014-03-06 16:10:45 -05:00
committed by Zev Benjamin
parent 96f6939284
commit b80af20541
2 changed files with 7 additions and 5 deletions

View File

@@ -1225,7 +1225,7 @@ a.bottom-signup-button {
}
.emoji {
height: 20px;
width: 20px;
height: 25px;
width: 25px;
vertical-align: text-bottom;
}

View File

@@ -2785,9 +2785,11 @@ button.topic_edit_cancel {
}
.emoji {
height: 20px;
width: 20px;
vertical-align: text-bottom;
height: 25px;
width: 25px;
position: relative;
top: 3px;
margin-top: -7px;
}
#sending-indicator {