From: ber Date: Mon, 14 Sep 2009 20:34:50 +0000 (+0000) Subject: Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)(issue... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc0b58ee18de2e94db25877ddf466ce482203ecf;p=roundup.git Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)(issue 2550589) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4357 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index c7c47c5..c8458c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ are given with the most recent entry first. 2009-xx-xx 1.4.X Fixes: +- Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein) + (issue 2550589) - Indexers behaviour made more consistent regarding length of indexed words and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584) - fixed typos in the installation instructions (thanks Thomas Arendsen Hein) @@ -12,7 +14,6 @@ Fixes: 2009-08-10 1.4.9 (r4346) Fixes: - - fixed action taken in response to invalid GET request - fixed classic tracker template to submit POST requests when appropriate - fix problems with french and german locale files (issue 2550546) diff --git a/share/roundup/templates/classic/html/page.html b/share/roundup/templates/classic/html/page.html index 6ca4f44..8e85084 100644 --- a/share/roundup/templates/classic/html/page.html +++ b/share/roundup/templates/classic/html/page.html @@ -28,9 +28,6 @@ status_notresolved string:-1,1,2,3,4,5,6,7;   -
-

body title

-
+ +
+

body title

+
diff --git a/share/roundup/templates/classic/html/style.css b/share/roundup/templates/classic/html/style.css index 72e7ffc..6fca7ec 100644 --- a/share/roundup/templates/classic/html/style.css +++ b/share/roundup/templates/classic/html/style.css @@ -50,14 +50,6 @@ td.page-header-top { padding: 5px; border-bottom: 1px solid #444; } -#searchbox { - float: right; -} - -div#body-title { - float: left; -} - div#searchbox { float: right;