From f5035603eb117b0eb821cad7c1d0aaef40adea53 Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 30 Oct 2012 20:52:46 +0000 Subject: [PATCH] Client: Controlbox input aligning --- client/assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 4190677..4d56172 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -169,6 +169,8 @@ a img { border:none; } height:1.7em; } #controlbox .input .inp { + line-height:1.7em; + display: block; border: medium none; box-shadow: none; border-radius: 0; @@ -199,6 +201,7 @@ a img { border:none; } border-radius: 0; background-color:#FFF; height: 1.5em; + overflow: hidden; } -- 2.25.1