From 186133d0d53715f239f33bd25a7275cfcb52db8c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 8 Feb 2010 23:16:14 -0700 Subject: [PATCH] Move quicksearch sizing into CSS --- imp/templates/index/index-dimp.inc | 2 +- imp/themes/screen-dimp.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index f1415ae95..2c0567ed5 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -161,7 +161,7 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
- +
diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index b38254167..943fc6a21 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -814,6 +814,7 @@ a.address:hover img { color: #a0a0a0; margin-bottom: 1px; padding: 0; + width: 150px; } #qsearch_close_filter { cursor: pointer; -- 2.11.0