Skip to content

Commit b9513ff

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent 41df110 commit b9513ff

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

templates/classic/html/page.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
5858
<a href="issue?@sort=-activity&@group=priority&@filter=status&@columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7"
5959
i18n:translate="">Show All</a><br>
6060
<a href="issue?@template=search" i18n:translate="">Search</a><br>
61-
<input type="submit" style="padding: 0" value="Show issue:"
62-
i18n:attributes="value"><input size="4" type="text" name="@number">
61+
<input type="submit" class="form-small" value="Show issue:"
62+
i18n:attributes="value"><input class="form-small" size="4"
63+
type="text" name="@number">
6364
<input type="hidden" name="@type" value="issue">
6465
<input type="hidden" name="@action" value="show">
6566
</p>

templates/classic/html/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ td.page-header-top {
5050
padding: 5px;
5151
border-bottom: 1px solid #444;
5252
}
53+
#searchbox {
54+
float: right;
55+
}
5356

5457
div#body-title {
5558
float: left;
@@ -87,6 +90,12 @@ td.sidebar p.userblock {
8790
background-color: #eef;
8891
}
8992

93+
.form-small {
94+
padding: 0;
95+
font-size: 75%;
96+
}
97+
98+
9099
td.content {
91100
padding: 1px 5px 1px 5px;
92101
vertical-align: top;

0 commit comments

Comments
 (0)