Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NatLibFi/Skosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Jun 20, 2016
2 parents 559b0e0 + 4489b9d commit 29f492e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ ul.dropdown-menu > li:last-child > input {
#feedback-vocid {
background-color: #F6F7F8;
border: 0;
color: #333;
color: #00748f;
height: 34px;
text-align: left;
width: 100%;
Expand All @@ -677,7 +677,7 @@ ul.dropdown-menu > li:last-child > input {
}

#feedback-vocid:hover, #feedback-vocid:focus, #feedback-vocid:active {
color: #333;
color: #00748f;
}

.feedback-logo {
Expand Down
2 changes: 1 addition & 1 deletion view/headerbar.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ul>
</div><!-- /btn-group -->
<label class="sr-only" for="search-field">{% trans "Enter search term" %}</label>
<input id="search-field" type="text" class="form-control" name="q" value="{{ term }}" title="queryterm">
<input id="search-field" type="text" class="form-control" name="q" value="{{ term }}">
<div class="input-group-btn">
<label class="sr-only" for="search-all-button">{% trans "Submit search" %}</label>
<button id="search-all-button" type="submit" class="btn btn-primary">{% trans "Search" %}</button>
Expand Down

0 comments on commit 29f492e

Please sign in to comment.