Move quicksearch sizing into CSS
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 06:16:14 +0000 (23:16 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 06:16:14 +0000 (23:16 -0700)
imp/templates/index/index-dimp.inc
imp/themes/screen-dimp.css

index f1415ae..2c0567e 100644 (file)
@@ -161,7 +161,7 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
       <div id="qsearch">
        <span id="qsearch_icon"></span>
        <form action="#" method="post">
-        <input autocomplete="off" id="qsearch_input" type="text" size="25" />
+        <input autocomplete="off" id="qsearch_input" type="text" />
        </form>
        <span class="closeImg" id="qsearch_close" style="display:none" title="<?php echo _("Clear Search") ?>"></span>
        <span id="qsearch_close_filter" style="display:none">Clear Filter</span>
index b382541..943fc6a 100644 (file)
@@ -814,6 +814,7 @@ a.address:hover img {
     color: #a0a0a0;
     margin-bottom: 1px;
     padding: 0;
+    width: 150px;
 }
 #qsearch_close_filter {
     cursor: pointer;