From: Michael J. Rubinsky Date: Tue, 22 Dec 2009 18:02:53 +0000 (-0500) Subject: need to shave a single pixel off #kronolithSearchTerm so the X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=118d03a91ce617a7f56b431bd589f0187d76d259;p=horde.git need to shave a single pixel off #kronolithSearchTerm so the search icon doesn't wrap. --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 606d25dfc..6b0b5c8fa 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -457,11 +457,11 @@ body.kronolithAjax { top: 15px; } #kronolithSearchTerm { - width: 127px; + width: 126px; color: #ccc; } #kronolithSearchTerm:focus { - width: 127px; + width: 126px; color: #000; } #kronolithMenu h3#kronolithCalendarsFirst {