cleanup: moved more CSS into the stylesheet
[phpfspot.git] / themes / default / templates / search.tpl
index ee9a7e1282f043f1571d75fee2bc37bf40a59796..18d1f40e672780fc1645bb9b665638ee1c7b94a1 100644 (file)
@@ -1,4 +1,4 @@
-<span style="vertical-align: middle; text-decoration: underline;">
+<span class="tags">
  <img src="resources/loupe.png" alt="loupe" />Search:
 </span>
 <form action="" onsubmit="startSearch(); return false;">
@@ -7,7 +7,7 @@
  <tr>
   <td>Tag:</td>
   <td>
-   { if $use_autocomplete }
+   { if $use_autocomplete }
    <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&amp;search=[S]&amp;length=10" />
    { literal }
    <script type="text/javascript">
@@ -39,7 +39,7 @@
  </tr>
  <tr>
   <td>Date:</td>
-  <td style="white-space: nowrap;">
+  <td class="nowarp">
    { if ! $date_search_enabled }
     <input type="checkbox" class="checkbox" name="consider_date" value="Y" onclick="datesearch();">
    { else }