Improve roomtab close button alignment

This commit is contained in:
Guangcong Luo 2016-01-24 01:54:15 -05:00
parent cc4724e264
commit 1889c5e7b3

View File

@ -400,8 +400,8 @@ button:disabled {
}
.tabbar .closebutton {
display: inline-block;
margin: 0 0 0 -18px;
width: 18px;
margin: 0 0 0 -17px;
width: 17px;
text-align: left;
top: 3px;
vertical-align: top;