diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
commit | 0881c04cea53b68fba070ebb4490055064bc537d (patch) | |
tree | 1785aa2947ac6d472fc03ca5954f85102222df2f /view/directory_header.tpl | |
parent | ffa3b67365741d77b9a21b8505e4661668e6b561 (diff) | |
download | volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.gz volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.bz2 volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.zip |
classes added to core + testbubble theme
some fixes to testbubble theme related to tab styling
Diffstat (limited to 'view/directory_header.tpl')
-rw-r--r-- | view/directory_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/directory_header.tpl b/view/directory_header.tpl index c5463778b..ba90b94f8 100644 --- a/view/directory_header.tpl +++ b/view/directory_header.tpl @@ -8,7 +8,7 @@ $finding <div id="directory-search-wrapper"> <form id="directory-search-form" action="directory" method="get" > <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" /> +<input type="submit" name="submit" id="directory-search-submit" value="$submit" class="button" /> </form> </div> <div id="directory-search-end"></div> |