Skip to content
Snippets Groups Projects
Commit 1670174e authored by sestakjakub's avatar sestakjakub Committed by Demian Katz
Browse files

Design fix in Author/Home template

- added form-control class to inputbox
parent 4357dec3
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
?> ?>
<form class="form-inline" method="get" action="<?=$this->url('author-search')?>"> <form class="form-inline" method="get" action="<?=$this->url('author-search')?>">
<label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br> <label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br>
<input type="text" id="author_lookfor" name="lookfor" /> <input class="form-control" type="text" id="author_lookfor" name="lookfor" />
<input class="btn btn-default" type="submit" value="<?=$this->transEsc('Find')?>" /> <input class="btn btn-default" type="submit" value="<?=$this->transEsc('Find')?>" />
</form> </form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment