diff options
Diffstat (limited to 'rt/share/html/Articles/Article/Search.html')
-rw-r--r-- | rt/share/html/Articles/Article/Search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Articles/Article/Search.html b/rt/share/html/Articles/Article/Search.html index f995d41a7..a8c7d8034 100644 --- a/rt/share/html/Articles/Article/Search.html +++ b/rt/share/html/Articles/Article/Search.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -75,7 +75,7 @@ % } <& /Elements/ListActions, actions => \@results &> -<div style="float: right"><a href="#criteria"><&|/l&>Modify this search...</&></a></div> +<div style="float:right;margin-top:15px"><a href="#criteria"><&|/l&>Modify this search...</&></a></div> % if ($articles->BuildSelectCountQuery =~ /WHERE/i) { <h2><&|/l&>Search results</&></h2> |