diff --git a/module/bug/view/buildtemplates.html.php b/module/bug/view/buildtemplates.html.php
index b1f7bbfbc2..1951b19550 100644
--- a/module/bug/view/buildtemplates.html.php
+++ b/module/bug/view/buildtemplates.html.php
@@ -7,7 +7,7 @@ foreach($templates as $key => $template)
{
echo "";
echo $lang->arrow. "$template->title";
- echo html::commonButton(' ', "onclick=deleteTemplate($template->id) class='icon-delete'");
+ echo html::commonButton(' ', "onclick=deleteTemplate($template->id) class='icon-remove icon-large'");
echo "$template->content";
echo '
';
}
diff --git a/module/common/control.php b/module/common/control.php
index 186d03ca28..3445ff7412 100644
--- a/module/common/control.php
+++ b/module/common/control.php
@@ -321,7 +321,7 @@ class common extends control
}
else
{
- echo html::a($link, '', $target, "class='icon-link' title='$title'", false);
+ echo html::a($link, "", $target, "class='link-icon' title='$title'", false);
}
}
else
diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php
index 2f2da7eda3..310b9b71d0 100644
--- a/module/search/view/buildform.html.php
+++ b/module/search/view/buildform.html.php
@@ -196,7 +196,7 @@ foreach($fieldParams as $fieldName => $param)