From 6023852e7fae6aa85d1039de0a2fcc89c470bef2 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Thu, 10 Jan 2013 06:49:30 +0000 Subject: [PATCH] * revert the button-search css. --- module/search/view/buildform.html.php | 2 +- www/theme/default/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 4ebc96df9e..88969f8a11 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -287,7 +287,7 @@ foreach($fieldParams as $fieldName => $param) echo html::hidden('module', $module); echo html::hidden('actionURL', $actionURL); echo html::hidden('groupItems', $groupItems); - echo html::submitButton($lang->search->common, "class='button-search' title='{$lang->search->common}'"); + echo html::submitButton($lang->search->common); echo html::commonButton($lang->search->reset, 'onclick=resetForm();'); echo html::commonButton($lang->save, 'onclick=saveQuery()'); ?> diff --git a/www/theme/default/style.css b/www/theme/default/style.css index c88fa02cf4..00478d46cf 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -371,7 +371,6 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .plan {background:#ffcc00;} .plan a{color:green} .search {display:block; float:left; clear:none; width:16px; height:16px; padding:0; margin:0 0 0 2px; text-indent:-2000px; overflow:hidden; background: url(images/main/search.gif) no-repeat;} -.button-search{width:33px; height:24px; padding:0; margin:0px; text-indent:-2000px; background: url(images/main/zt-icons.png) -120px 24px;border-width:1px;} .searchleft{display:block; float:left; clear:none;} .helplink {font-size:9px} #bysearchTab a{color:red}