From 118d03a91ce617a7f56b431bd589f0187d76d259 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 22 Dec 2009 13:02:53 -0500 Subject: [PATCH] need to shave a single pixel off #kronolithSearchTerm so the search icon doesn't wrap. --- kronolith/themes/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.11.0