summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9df3d85)
raw | patch | inline | side by side (parent: 9df3d85)
author | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 14 Sep 2009 20:34:50 +0000 (20:34 +0000) | ||
committer | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 14 Sep 2009 20:34:50 +0000 (20:34 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4357 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
share/roundup/templates/classic/html/page.html | patch | blob | history | |
share/roundup/templates/classic/html/style.css | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index c7c47c50faabf00b2f867daf73d6a08a435f9399..c8458c0dfc3fd2dc6ad961673c35f558a4b1e811 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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)
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 6ca4f4460fb6b09607503addf2744bea8ac263b1..8e8508447748acda379087aa856835ad85fa677b 100644 (file)
<tr>
<td class="page-header-left"> </td>
<td class="page-header-top">
- <div id="body-title">
- <h2><span metal:define-slot="body_title">body title</span></h2>
- </div>
<div id="searchbox">
<form method="GET" action="issue">
<input type="hidden" name="@columns"
<input type="submit" id="submit" name="submit" value="Search"
i18n:attributes="value" />
</form>
- </div>
+ </div>
+ <div id="body-title">
+ <h2><span metal:define-slot="body_title">body title</span></h2>
+ </div>
</td>
</tr>
diff --git a/share/roundup/templates/classic/html/style.css b/share/roundup/templates/classic/html/style.css
index 72e7ffce5507b248b162884836192b4aa89fb3bf..6fca7ec33b7c6c88e7d78dedfa6da5cc7ec03ed9 100644 (file)
padding: 5px;
border-bottom: 1px solid #444;
}
-#searchbox {
- float: right;
-}
-
-div#body-title {
- float: left;
-}
-
div#searchbox {
float: right;