need to shave a single pixel off #kronolithSearchTerm so the
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 22 Dec 2009 18:02:53 +0000 (13:02 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 22 Dec 2009 18:02:53 +0000 (13:02 -0500)
search icon doesn't wrap.

kronolith/themes/screen.css

index 606d25d..6b0b5c8 100644 (file)
@@ -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 {