Skip to content

Commit 5868216

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Small CSS improvements regarding the search box
(thanks Thomas Arendsan Hein)(issue 2550589)
1 parent 0a0b817 commit 5868216

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ are given with the most recent entry first.
44
2009-xx-xx 1.4.X
55

66
Fixes:
7+
- Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)
8+
(issue 2550589)
79
- Indexers behaviour made more consistent regarding length of indexed words
810
and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
911
- fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
@@ -12,7 +14,6 @@ Fixes:
1214
2009-08-10 1.4.9 (r4346)
1315

1416
Fixes:
15-
1617
- fixed action taken in response to invalid GET request
1718
- fixed classic tracker template to submit POST requests when appropriate
1819
- fix problems with french and german locale files (issue 2550546)

share/roundup/templates/classic/html/page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
<tr>
2929
<td class="page-header-left">&nbsp;</td>
3030
<td class="page-header-top">
31-
<div id="body-title">
32-
<h2><span metal:define-slot="body_title">body title</span></h2>
33-
</div>
3431
<div id="searchbox">
3532
<form method="GET" action="issue">
3633
<input type="hidden" name="@columns"
@@ -43,7 +40,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
4340
<input type="submit" id="submit" name="submit" value="Search"
4441
i18n:attributes="value" />
4542
</form>
46-
</div>
43+
</div>
44+
<div id="body-title">
45+
<h2><span metal:define-slot="body_title">body title</span></h2>
46+
</div>
4747
</td>
4848
</tr>
4949

share/roundup/templates/classic/html/style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ td.page-header-top {
5050
padding: 5px;
5151
border-bottom: 1px solid #444;
5252
}
53-
#searchbox {
54-
float: right;
55-
}
56-
57-
div#body-title {
58-
float: left;
59-
}
60-
6153

6254
div#searchbox {
6355
float: right;

0 commit comments

Comments
 (0)