From 1889c5e7b324b615a58a3f5645db766f8910cae2 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 24 Jan 2016 01:54:15 -0500 Subject: [PATCH] Improve roomtab close button alignment --- style/client.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/client.css b/style/client.css index 19917d858..840c023e2 100644 --- a/style/client.css +++ b/style/client.css @@ -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;