From: Darren Date: Tue, 30 Oct 2012 20:52:46 +0000 (+0000) Subject: Client: Controlbox input aligning X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f5035603eb117b0eb821cad7c1d0aaef40adea53;p=KiwiIRC.git Client: Controlbox input aligning --- 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; }