diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/directory_header.tpl | 1 | ||||
-rw-r--r-- | view/theme/testbubble/style.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/view/directory_header.tpl b/view/directory_header.tpl index ba90b94f8..1f03540f2 100644 --- a/view/directory_header.tpl +++ b/view/directory_header.tpl @@ -7,6 +7,7 @@ $finding <div id="directory-search-wrapper"> <form id="directory-search-form" action="directory" method="get" > +<span class="dirsearch-desc">$desc</span> <input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="$search" /> <input type="submit" name="submit" id="directory-search-submit" value="$submit" class="button" /> </form> diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index dd9d24299..74f0dfb41 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -2614,6 +2614,10 @@ tr { width: 150px; } +.directory-end { + clear: both; +} + /* ========= */ /* = Admin = */ /* ========= */ |