Bug 1212787 - Revert Loop's conversation toolbar button sizes due to bug 1209632 causing a visual regression. r=dmose

This commit is contained in:
Mark Banner 2015-10-08 21:25:19 +01:00
parent ae5c215b52
commit 484a185c31

View File

@ -48,11 +48,17 @@ html[dir="rtl"] .conversation-toolbar > li {
.conversation-toolbar .btn {
background-position: center;
background-size: 24px;
background-size: 28px;
background-repeat: no-repeat;
background-color: transparent;
height: 24px;
width: 24px;
height: 28px;
width: 33px;
}
.btn-hangup-entry > .btn {
/* Make the button the width of the background, so that we don't get an
extra gap which appears to push the toolbar in further than necessary */
width: 28px;
}
.conversation-toolbar-media-btn-group-box {